diff --git a/tests/tests/holo/Android.mk b/tests/tests/holo/Android.mk index d84411632b3b94969bb2d7e1f6961bda1b702335..afc4e17699961e4ec9f8736be2c82bc0f6aecca2 100644 --- a/tests/tests/holo/Android.mk +++ b/tests/tests/holo/Android.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2011 The Android Open Source Project +# Copyright (C) 2014 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. @@ -26,7 +26,9 @@ LOCAL_STATIC_JAVA_LIBRARIES := ctstestrunner LOCAL_SRC_FILES := $(call all-java-files-under, src) -LOCAL_AAPT_FLAGS = -c land -c xx_YY -c cs -c 320dpi -c 240dpi -c 213dpi -c 160dpi -c 120dpi +#Flags to tell the Android Asset Packaging Tool not to strip for some densities +LOCAL_AAPT_FLAGS = -c land -c xx_YY -c cs -c small -c normal -c large -c xlarge \ + -c 640dpi -c 480dpi -c 400dpi -c 320dpi -c 240dpi -c 213dpi -c 160dpi -c 120dpi LOCAL_PACKAGE_NAME := CtsHoloTestCases diff --git a/tests/tests/holo/res/drawable-400dpi/display_info.png b/tests/tests/holo/res/drawable-400dpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f1f96dda6375d4d99f19a6a22a748941534942 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_button.png b/tests/tests/holo/res/drawable-400dpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b29d7efbb39f49d6a740db9145c29b1c5cde7118 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b29d7efbb39f49d6a740db9145c29b1c5cde7118 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b29d7efbb39f49d6a740db9145c29b1c5cde7118 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7edeab513e43146953f872655b04379e89be220b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7edeab513e43146953f872655b04379e89be220b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b29d7efbb39f49d6a740db9145c29b1c5cde7118 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7edeab513e43146953f872655b04379e89be220b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a794685b2416c7dfc970795b5d617e9da2b24aa0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..42c6b85f8d87d008134638f522c45b2a03cb1926 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c42356aec8a4fddc1eb620265de428baab162a6a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c42356aec8a4fddc1eb620265de428baab162a6a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c42356aec8a4fddc1eb620265de428baab162a6a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c42356aec8a4fddc1eb620265de428baab162a6a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a794685b2416c7dfc970795b5d617e9da2b24aa0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..42c6b85f8d87d008134638f522c45b2a03cb1926 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a794685b2416c7dfc970795b5d617e9da2b24aa0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..42c6b85f8d87d008134638f522c45b2a03cb1926 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c42356aec8a4fddc1eb620265de428baab162a6a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a794685b2416c7dfc970795b5d617e9da2b24aa0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..42c6b85f8d87d008134638f522c45b2a03cb1926 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a794685b2416c7dfc970795b5d617e9da2b24aa0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..42c6b85f8d87d008134638f522c45b2a03cb1926 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a794685b2416c7dfc970795b5d617e9da2b24aa0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..42c6b85f8d87d008134638f522c45b2a03cb1926 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a794685b2416c7dfc970795b5d617e9da2b24aa0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..42c6b85f8d87d008134638f522c45b2a03cb1926 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7edeab513e43146953f872655b04379e89be220b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7edeab513e43146953f872655b04379e89be220b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_button.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7edeab513e43146953f872655b04379e89be220b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b29d7efbb39f49d6a740db9145c29b1c5cde7118 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7edeab513e43146953f872655b04379e89be220b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-400dpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-hdpi/holo_button.png b/tests/tests/holo/res/drawable-hdpi/holo_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_button.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png 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_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png 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_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png 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_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.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 index 3196800b837e2b861360136b4bd06ae647ff7f04..3cc4f13809cebcd6eb091078b55e53ff36900ec2 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png index 06373c5d5f982989717b5cdf57e667e9e731a1ce..283759d5439d8b0d93dfefc1ef271a40d16520c3 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_panel_button.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 index 4eeb624cada0c92089b254dd58a48cef5d001b4c..47c4eb5318a094a1e549408a7f588e273522be4c 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png index ad87d6095b16be33fecf58beba9c86f4903c5990..7971e45e8ef9311216adbb37d51c9f6ae80c3660 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.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 index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/display_info.png b/tests/tests/holo/res/drawable-land-400dpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..1b74e014d63029829ee78b53338fb4150ec80d88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..938038d0a52a1ab78f3d99d69bb69bcd60bb2497 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..de81b6347033b77a6a64686e5bd7535986b98469 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..938038d0a52a1ab78f3d99d69bb69bcd60bb2497 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..de81b6347033b77a6a64686e5bd7535986b98469 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..938038d0a52a1ab78f3d99d69bb69bcd60bb2497 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..de81b6347033b77a6a64686e5bd7535986b98469 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c2daa9dc603a579ee4332077f3e001ce749cf40a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c2daa9dc603a579ee4332077f3e001ce749cf40a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..938038d0a52a1ab78f3d99d69bb69bcd60bb2497 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..de81b6347033b77a6a64686e5bd7535986b98469 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c2daa9dc603a579ee4332077f3e001ce749cf40a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..f631dadf8bcbd0421a307028b943186760598550 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..4f334aa80efc6369dd138bf06718cfd3260100f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..85d76195d2b1263a5b3a2fb78137a451facec924 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..4f334aa80efc6369dd138bf06718cfd3260100f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..85d76195d2b1263a5b3a2fb78137a451facec924 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..4f334aa80efc6369dd138bf06718cfd3260100f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..85d76195d2b1263a5b3a2fb78137a451facec924 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..4f334aa80efc6369dd138bf06718cfd3260100f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..85d76195d2b1263a5b3a2fb78137a451facec924 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..f631dadf8bcbd0421a307028b943186760598550 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..f631dadf8bcbd0421a307028b943186760598550 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..4f334aa80efc6369dd138bf06718cfd3260100f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..85d76195d2b1263a5b3a2fb78137a451facec924 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..f631dadf8bcbd0421a307028b943186760598550 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..f631dadf8bcbd0421a307028b943186760598550 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..f631dadf8bcbd0421a307028b943186760598550 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..f631dadf8bcbd0421a307028b943186760598550 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c2daa9dc603a579ee4332077f3e001ce749cf40a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c2daa9dc603a579ee4332077f3e001ce749cf40a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c2daa9dc603a579ee4332077f3e001ce749cf40a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..938038d0a52a1ab78f3d99d69bb69bcd60bb2497 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..de81b6347033b77a6a64686e5bd7535986b98469 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c2daa9dc603a579ee4332077f3e001ce749cf40a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-400dpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..99d030caa821226cca1108f147a6b9c9edc2ac19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..14dffa23ae7d5a435f34bc05305d98760c981659 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..99d030caa821226cca1108f147a6b9c9edc2ac19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..14dffa23ae7d5a435f34bc05305d98760c981659 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..99d030caa821226cca1108f147a6b9c9edc2ac19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..14dffa23ae7d5a435f34bc05305d98760c981659 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ae579d79755a3861476afbd3c1d3a71eae9c57ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..69df678b5cd71b31b30211ac22f3fe47d9e9d7b5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ae579d79755a3861476afbd3c1d3a71eae9c57ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..69df678b5cd71b31b30211ac22f3fe47d9e9d7b5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..99d030caa821226cca1108f147a6b9c9edc2ac19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..14dffa23ae7d5a435f34bc05305d98760c981659 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ae579d79755a3861476afbd3c1d3a71eae9c57ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..69df678b5cd71b31b30211ac22f3fe47d9e9d7b5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdec5cedc8c553ab865c2f8899acef923854971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf52bb434325d05ca78439f963f59873c4eb2d3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c12dbb8f7b05a39fd73f51904a91ecacc9291568 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd03e014f8b3ecc339d2b80a655194b0515858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c12dbb8f7b05a39fd73f51904a91ecacc9291568 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd03e014f8b3ecc339d2b80a655194b0515858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c12dbb8f7b05a39fd73f51904a91ecacc9291568 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd03e014f8b3ecc339d2b80a655194b0515858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c12dbb8f7b05a39fd73f51904a91ecacc9291568 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd03e014f8b3ecc339d2b80a655194b0515858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdec5cedc8c553ab865c2f8899acef923854971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf52bb434325d05ca78439f963f59873c4eb2d3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdec5cedc8c553ab865c2f8899acef923854971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf52bb434325d05ca78439f963f59873c4eb2d3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c12dbb8f7b05a39fd73f51904a91ecacc9291568 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd03e014f8b3ecc339d2b80a655194b0515858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdec5cedc8c553ab865c2f8899acef923854971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf52bb434325d05ca78439f963f59873c4eb2d3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdec5cedc8c553ab865c2f8899acef923854971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf52bb434325d05ca78439f963f59873c4eb2d3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdec5cedc8c553ab865c2f8899acef923854971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf52bb434325d05ca78439f963f59873c4eb2d3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdec5cedc8c553ab865c2f8899acef923854971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf52bb434325d05ca78439f963f59873c4eb2d3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ae579d79755a3861476afbd3c1d3a71eae9c57ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..69df678b5cd71b31b30211ac22f3fe47d9e9d7b5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ae579d79755a3861476afbd3c1d3a71eae9c57ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..69df678b5cd71b31b30211ac22f3fe47d9e9d7b5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ae579d79755a3861476afbd3c1d3a71eae9c57ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..69df678b5cd71b31b30211ac22f3fe47d9e9d7b5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..99d030caa821226cca1108f147a6b9c9edc2ac19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..14dffa23ae7d5a435f34bc05305d98760c981659 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ae579d79755a3861476afbd3c1d3a71eae9c57ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..69df678b5cd71b31b30211ac22f3fe47d9e9d7b5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-hdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..53ee68c50f20b7ee95bbcc2840eaa8a793850e8c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..997b265e852f54c4b0c361e4151008a7204ddb9f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..53ee68c50f20b7ee95bbcc2840eaa8a793850e8c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..997b265e852f54c4b0c361e4151008a7204ddb9f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..53ee68c50f20b7ee95bbcc2840eaa8a793850e8c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..997b265e852f54c4b0c361e4151008a7204ddb9f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..16be64f1396b9e1389a91e18ca80ebe6e107e77b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff351e9b0a45147ab7bcbd56abd8451dc87bb06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..16be64f1396b9e1389a91e18ca80ebe6e107e77b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff351e9b0a45147ab7bcbd56abd8451dc87bb06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..53ee68c50f20b7ee95bbcc2840eaa8a793850e8c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..997b265e852f54c4b0c361e4151008a7204ddb9f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..16be64f1396b9e1389a91e18ca80ebe6e107e77b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff351e9b0a45147ab7bcbd56abd8451dc87bb06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c056720facafe9197d3a66d24407bea7c38a2f37 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6bb4497ba77ce00a0e76f3eb6c99bd3f51c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..77981c68347dd1e48774657c2bfbe8c624d02ade Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a3662d532942cfd953aab1b4eb9b02ffdb9bfa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..77981c68347dd1e48774657c2bfbe8c624d02ade Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a3662d532942cfd953aab1b4eb9b02ffdb9bfa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..77981c68347dd1e48774657c2bfbe8c624d02ade Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a3662d532942cfd953aab1b4eb9b02ffdb9bfa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..77981c68347dd1e48774657c2bfbe8c624d02ade Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a3662d532942cfd953aab1b4eb9b02ffdb9bfa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c056720facafe9197d3a66d24407bea7c38a2f37 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6bb4497ba77ce00a0e76f3eb6c99bd3f51c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c056720facafe9197d3a66d24407bea7c38a2f37 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6bb4497ba77ce00a0e76f3eb6c99bd3f51c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..77981c68347dd1e48774657c2bfbe8c624d02ade Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a3662d532942cfd953aab1b4eb9b02ffdb9bfa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c056720facafe9197d3a66d24407bea7c38a2f37 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6bb4497ba77ce00a0e76f3eb6c99bd3f51c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c056720facafe9197d3a66d24407bea7c38a2f37 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6bb4497ba77ce00a0e76f3eb6c99bd3f51c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c056720facafe9197d3a66d24407bea7c38a2f37 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6bb4497ba77ce00a0e76f3eb6c99bd3f51c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c056720facafe9197d3a66d24407bea7c38a2f37 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6bb4497ba77ce00a0e76f3eb6c99bd3f51c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..16be64f1396b9e1389a91e18ca80ebe6e107e77b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff351e9b0a45147ab7bcbd56abd8451dc87bb06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..16be64f1396b9e1389a91e18ca80ebe6e107e77b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff351e9b0a45147ab7bcbd56abd8451dc87bb06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..16be64f1396b9e1389a91e18ca80ebe6e107e77b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff351e9b0a45147ab7bcbd56abd8451dc87bb06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..53ee68c50f20b7ee95bbcc2840eaa8a793850e8c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..997b265e852f54c4b0c361e4151008a7204ddb9f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..16be64f1396b9e1389a91e18ca80ebe6e107e77b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff351e9b0a45147ab7bcbd56abd8451dc87bb06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..0f874469884effcdc9186651e6cbd61c0dd90b02 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4d13b9c6fbf8b1fd843ea65ca638983a84b1d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..0f874469884effcdc9186651e6cbd61c0dd90b02 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4d13b9c6fbf8b1fd843ea65ca638983a84b1d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..0f874469884effcdc9186651e6cbd61c0dd90b02 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4d13b9c6fbf8b1fd843ea65ca638983a84b1d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3683bc6f9f9dcacf2c708359a7e9b93acc36e5e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1245015807ac168b8d24d4652b859746522fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3683bc6f9f9dcacf2c708359a7e9b93acc36e5e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1245015807ac168b8d24d4652b859746522fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..0f874469884effcdc9186651e6cbd61c0dd90b02 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4d13b9c6fbf8b1fd843ea65ca638983a84b1d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3683bc6f9f9dcacf2c708359a7e9b93acc36e5e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1245015807ac168b8d24d4652b859746522fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec2e109a102805e9c446e118efa9a6f6c6e9efa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0da084b84837ba14bd1c80227e7f37d49cdf170f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dd22e83286634aee179ebee3e5a8d8d915f585 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..22dfeca33a3613847d20cf62d11fac08773b4b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dd22e83286634aee179ebee3e5a8d8d915f585 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..22dfeca33a3613847d20cf62d11fac08773b4b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dd22e83286634aee179ebee3e5a8d8d915f585 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..22dfeca33a3613847d20cf62d11fac08773b4b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dd22e83286634aee179ebee3e5a8d8d915f585 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..22dfeca33a3613847d20cf62d11fac08773b4b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec2e109a102805e9c446e118efa9a6f6c6e9efa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0da084b84837ba14bd1c80227e7f37d49cdf170f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec2e109a102805e9c446e118efa9a6f6c6e9efa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0da084b84837ba14bd1c80227e7f37d49cdf170f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dd22e83286634aee179ebee3e5a8d8d915f585 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..22dfeca33a3613847d20cf62d11fac08773b4b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec2e109a102805e9c446e118efa9a6f6c6e9efa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0da084b84837ba14bd1c80227e7f37d49cdf170f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec2e109a102805e9c446e118efa9a6f6c6e9efa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0da084b84837ba14bd1c80227e7f37d49cdf170f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec2e109a102805e9c446e118efa9a6f6c6e9efa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0da084b84837ba14bd1c80227e7f37d49cdf170f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec2e109a102805e9c446e118efa9a6f6c6e9efa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0da084b84837ba14bd1c80227e7f37d49cdf170f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3683bc6f9f9dcacf2c708359a7e9b93acc36e5e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1245015807ac168b8d24d4652b859746522fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3683bc6f9f9dcacf2c708359a7e9b93acc36e5e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1245015807ac168b8d24d4652b859746522fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3683bc6f9f9dcacf2c708359a7e9b93acc36e5e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1245015807ac168b8d24d4652b859746522fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..0f874469884effcdc9186651e6cbd61c0dd90b02 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4d13b9c6fbf8b1fd843ea65ca638983a84b1d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3683bc6f9f9dcacf2c708359a7e9b93acc36e5e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1245015807ac168b8d24d4652b859746522fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-mdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..0dbbb98ce4a8aa6bee0ca612e495d9e3c0daa99c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6102fc86797cc323eee7d2a56495b8dc3ae5c1c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..0dbbb98ce4a8aa6bee0ca612e495d9e3c0daa99c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6102fc86797cc323eee7d2a56495b8dc3ae5c1c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..efd0a408d75be95dadf54b25cac40a6e66bb6fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..868a18eaf3d18b5092f99d548f1d582df0daace7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..efd0a408d75be95dadf54b25cac40a6e66bb6fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..868a18eaf3d18b5092f99d548f1d582df0daace7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3c61854dd8b8290fd5d167125f99a29a609353df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b00bbf901882fb6b22e16f9a8c009987fd5c7237 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e381b44ceb51bb0558d08d171d9d4d62fe7f22 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2b1f3c2c2f46d5a617684677898cbd80386d6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..aa13d2cc4cce3e917d6035f918beeeceb526ab6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9d640372f48f7c40d94084120bf1d757e633ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..aa13d2cc4cce3e917d6035f918beeeceb526ab6f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9d640372f48f7c40d94084120bf1d757e633ec Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1491b42f3af110d581f3daec09428333e915d575 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..dd78ae3fd9ba9cbeb20fabfd59d9f50d09c555cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..db7977a01a761ed625f88412ff3fd821ead99272 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6aea18db93f3a2d5b197628ad15678173ba72963 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..db7977a01a761ed625f88412ff3fd821ead99272 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6aea18db93f3a2d5b197628ad15678173ba72963 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..db7977a01a761ed625f88412ff3fd821ead99272 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6aea18db93f3a2d5b197628ad15678173ba72963 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5986e559656f11a3e4a3cc4689164ab45d2685 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2836ada096bf610be8d75731e490ef4ec90356 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5986e559656f11a3e4a3cc4689164ab45d2685 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2836ada096bf610be8d75731e490ef4ec90356 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..db7977a01a761ed625f88412ff3fd821ead99272 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6aea18db93f3a2d5b197628ad15678173ba72963 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5986e559656f11a3e4a3cc4689164ab45d2685 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2836ada096bf610be8d75731e490ef4ec90356 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..87327ebbc945b1818bfe675fc7b3697cdbf80f27 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..31282d23cee90e2796b36d2faad45886a69faaf9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..36328a06a5870b4598f50355b442ea8e6df78e86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..62366db567a40f123d8f0df010a8ec9d4ad8d730 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..36328a06a5870b4598f50355b442ea8e6df78e86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..62366db567a40f123d8f0df010a8ec9d4ad8d730 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..36328a06a5870b4598f50355b442ea8e6df78e86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..62366db567a40f123d8f0df010a8ec9d4ad8d730 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..36328a06a5870b4598f50355b442ea8e6df78e86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..62366db567a40f123d8f0df010a8ec9d4ad8d730 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..87327ebbc945b1818bfe675fc7b3697cdbf80f27 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..31282d23cee90e2796b36d2faad45886a69faaf9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..87327ebbc945b1818bfe675fc7b3697cdbf80f27 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..31282d23cee90e2796b36d2faad45886a69faaf9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..36328a06a5870b4598f50355b442ea8e6df78e86 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..62366db567a40f123d8f0df010a8ec9d4ad8d730 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..87327ebbc945b1818bfe675fc7b3697cdbf80f27 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..31282d23cee90e2796b36d2faad45886a69faaf9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..87327ebbc945b1818bfe675fc7b3697cdbf80f27 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..31282d23cee90e2796b36d2faad45886a69faaf9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..87327ebbc945b1818bfe675fc7b3697cdbf80f27 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..31282d23cee90e2796b36d2faad45886a69faaf9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..87327ebbc945b1818bfe675fc7b3697cdbf80f27 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..31282d23cee90e2796b36d2faad45886a69faaf9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5986e559656f11a3e4a3cc4689164ab45d2685 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2836ada096bf610be8d75731e490ef4ec90356 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5986e559656f11a3e4a3cc4689164ab45d2685 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2836ada096bf610be8d75731e490ef4ec90356 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5986e559656f11a3e4a3cc4689164ab45d2685 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2836ada096bf610be8d75731e490ef4ec90356 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..db7977a01a761ed625f88412ff3fd821ead99272 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6aea18db93f3a2d5b197628ad15678173ba72963 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5986e559656f11a3e4a3cc4689164ab45d2685 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2836ada096bf610be8d75731e490ef4ec90356 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-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-land-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/display_info.png b/tests/tests/holo/res/drawable-land-xxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f7fd84f28248ee436d1e8c642fb0d4a839b945 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..c2daa9dc603a579ee4332077f3e001ce749cf40a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view.png index b9930b55cc9e91001837be94660eb2016866e9b0..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..c2daa9dc603a579ee4332077f3e001ce749cf40a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view.png index b9930b55cc9e91001837be94660eb2016866e9b0..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..c2daa9dc603a579ee4332077f3e001ce749cf40a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png index b9930b55cc9e91001837be94660eb2016866e9b0..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..c2daa9dc603a579ee4332077f3e001ce749cf40a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..f631dadf8bcbd0421a307028b943186760598550 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..f631dadf8bcbd0421a307028b943186760598550 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view.png index 29ab61441018240be3ae23755fbe04accdb56fbe..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..f631dadf8bcbd0421a307028b943186760598550 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png index 29ab61441018240be3ae23755fbe04accdb56fbe..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..f631dadf8bcbd0421a307028b943186760598550 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png index 29ab61441018240be3ae23755fbe04accdb56fbe..80fb870987eb47f3555d2adf3e8d4b0069d5ec88 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..f631dadf8bcbd0421a307028b943186760598550 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview.png index 1997d624a3b10e36bc6bc32f9c763479199e02a5..4581f5162fe6d6b165363fed74e342d3192c0035 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_tabhost.png index d1cc78365c9475b2271401407185829f72b87159..04a04b91894fee9c7bf373921c381defbff28311 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..eb0fc5e1545d107bf3a4656b7cfe06c628e2a6c2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..c2daa9dc603a579ee4332077f3e001ce749cf40a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview.png index de97e9f55932cd10ec1301b0ea6fb723796beba0..ad3ab259c33a1879294005ba44b73af881b81db3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_spinner.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_tabhost.png index 2d6a49b8b593174d4e651e60e0ab56a5394b72e8..c340bf17a193a3821b17d0fb1151ef047c9926f2 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_tabhost.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_timepicker.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/display_info.png b/tests/tests/holo/res/drawable-land-xxxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad9b5294f56f52cca53035fc73e20d677ce7747 Binary files /dev/null and b/tests/tests/holo/res/drawable-land-xxxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..a762092fd22c9d119845136023ce5e774419e1c9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..2b969d63acb4907b8f5e089f1da80d1f80ecfe7e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..a762092fd22c9d119845136023ce5e774419e1c9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..2b969d63acb4907b8f5e089f1da80d1f80ecfe7e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..a762092fd22c9d119845136023ce5e774419e1c9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..2b969d63acb4907b8f5e089f1da80d1f80ecfe7e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..e0c64dd425661f9e782c028d493a6d41eaf2fd99 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..19e47294b9a6197ca78d6519dc2ed4a44a08e209 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..e0c64dd425661f9e782c028d493a6d41eaf2fd99 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..19e47294b9a6197ca78d6519dc2ed4a44a08e209 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..a762092fd22c9d119845136023ce5e774419e1c9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..2b969d63acb4907b8f5e089f1da80d1f80ecfe7e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..e0c64dd425661f9e782c028d493a6d41eaf2fd99 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..19e47294b9a6197ca78d6519dc2ed4a44a08e209 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..b2f1b387d63f6ddd4a7658239f2f10e4dd818810 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c5567e0b2d403ebbcd8a29d3b3005d1fe50364f5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c905697b83c38f3b28f034b1cffcb5616d086366 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..67290346833d988d45c5e021665d931c97fd3c90 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c905697b83c38f3b28f034b1cffcb5616d086366 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..67290346833d988d45c5e021665d931c97fd3c90 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c905697b83c38f3b28f034b1cffcb5616d086366 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..67290346833d988d45c5e021665d931c97fd3c90 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c905697b83c38f3b28f034b1cffcb5616d086366 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..67290346833d988d45c5e021665d931c97fd3c90 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..b2f1b387d63f6ddd4a7658239f2f10e4dd818810 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c5567e0b2d403ebbcd8a29d3b3005d1fe50364f5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..b2f1b387d63f6ddd4a7658239f2f10e4dd818810 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c5567e0b2d403ebbcd8a29d3b3005d1fe50364f5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c905697b83c38f3b28f034b1cffcb5616d086366 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..67290346833d988d45c5e021665d931c97fd3c90 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..b2f1b387d63f6ddd4a7658239f2f10e4dd818810 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c5567e0b2d403ebbcd8a29d3b3005d1fe50364f5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..b2f1b387d63f6ddd4a7658239f2f10e4dd818810 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c5567e0b2d403ebbcd8a29d3b3005d1fe50364f5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..b2f1b387d63f6ddd4a7658239f2f10e4dd818810 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c5567e0b2d403ebbcd8a29d3b3005d1fe50364f5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..b2f1b387d63f6ddd4a7658239f2f10e4dd818810 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c5567e0b2d403ebbcd8a29d3b3005d1fe50364f5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..d9617e216abeb3484e1d88221723ff9f48f93ef6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..4ca2bd7f6514623d03abad0fa7b17de98cfd18ce 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..e0c64dd425661f9e782c028d493a6d41eaf2fd99 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..19e47294b9a6197ca78d6519dc2ed4a44a08e209 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..e0c64dd425661f9e782c028d493a6d41eaf2fd99 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..19e47294b9a6197ca78d6519dc2ed4a44a08e209 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..e0c64dd425661f9e782c028d493a6d41eaf2fd99 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..19e47294b9a6197ca78d6519dc2ed4a44a08e209 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..a762092fd22c9d119845136023ce5e774419e1c9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..2b969d63acb4907b8f5e089f1da80d1f80ecfe7e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..e0c64dd425661f9e782c028d493a6d41eaf2fd99 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..19e47294b9a6197ca78d6519dc2ed4a44a08e209 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_large.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_small.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..c87a3b76b2a39fd7b26930daab22e8d1a773db64 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query_hint.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_0.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_100.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_50.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_spinner.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3749fc1d4e57daf9697d9389a854b06d4f4c8dbc 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_tabhost.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_timepicker.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button_checked.png and b/tests/tests/holo/res/drawable-land-xxxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_button.png b/tests/tests/holo/res/drawable-ldpi/holo_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_button.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view.png index 23d8c0d04b2a518a9528d2beee58267fe74c7baf..07df0bfab580e734de5b17b08e6b0f2c18dee6fb 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view_feb.png index bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e..8c748be8121cb518bae9e24e9a1c3b2755d55316 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_button.png b/tests/tests/holo/res/drawable-mdpi/holo_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png index b18b9d33e4435d6340dff34c581620557a5e6f0d..a02020154e794db549167336f5251a2191d5c1b1 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png index 6bf8a8e1cdd50c3c61191aaf322faea1a143c303..6ec7b61fc78118ce85ab48eb82baec06a9451100 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png index b18b9d33e4435d6340dff34c581620557a5e6f0d..a02020154e794db549167336f5251a2191d5c1b1 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png index 6bf8a8e1cdd50c3c61191aaf322faea1a143c303..6ec7b61fc78118ce85ab48eb82baec06a9451100 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png index b18b9d33e4435d6340dff34c581620557a5e6f0d..a02020154e794db549167336f5251a2191d5c1b1 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png index 6bf8a8e1cdd50c3c61191aaf322faea1a143c303..6ec7b61fc78118ce85ab48eb82baec06a9451100 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png index 486614ffed65400b22011fa978ce4dccf55d2c40..6ba961c96df0c51dfe721f9ee49a7fee7e196790 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 486614ffed65400b22011fa978ce4dccf55d2c40..6ba961c96df0c51dfe721f9ee49a7fee7e196790 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png index b18b9d33e4435d6340dff34c581620557a5e6f0d..a02020154e794db549167336f5251a2191d5c1b1 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png index 6bf8a8e1cdd50c3c61191aaf322faea1a143c303..6ec7b61fc78118ce85ab48eb82baec06a9451100 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 486614ffed65400b22011fa978ce4dccf55d2c40..6ba961c96df0c51dfe721f9ee49a7fee7e196790 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png index cde14c770931acc51794ee1b8c945a2f677ec223..da8c25be6a676a9f85b9911845b36f56ccb8a9af 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png index 90485472faf7e63efb697791fc2f465697591f1d..2bcd3249c57ecda43116d30fb1a6d5ce7d002a3e 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png index 0db1630f6982057fe9135f7bc36128439299090f..1826249ba4c1592771882ab64ba3a9dd56cd184c 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png index 90485472faf7e63efb697791fc2f465697591f1d..2bcd3249c57ecda43116d30fb1a6d5ce7d002a3e 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png index 0db1630f6982057fe9135f7bc36128439299090f..1826249ba4c1592771882ab64ba3a9dd56cd184c 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png index 90485472faf7e63efb697791fc2f465697591f1d..2bcd3249c57ecda43116d30fb1a6d5ce7d002a3e 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png index 0db1630f6982057fe9135f7bc36128439299090f..1826249ba4c1592771882ab64ba3a9dd56cd184c 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png index 90485472faf7e63efb697791fc2f465697591f1d..2bcd3249c57ecda43116d30fb1a6d5ce7d002a3e 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png index 0db1630f6982057fe9135f7bc36128439299090f..1826249ba4c1592771882ab64ba3a9dd56cd184c 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png index cde14c770931acc51794ee1b8c945a2f677ec223..da8c25be6a676a9f85b9911845b36f56ccb8a9af 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index cde14c770931acc51794ee1b8c945a2f677ec223..da8c25be6a676a9f85b9911845b36f56ccb8a9af 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png index 90485472faf7e63efb697791fc2f465697591f1d..2bcd3249c57ecda43116d30fb1a6d5ce7d002a3e 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index 0db1630f6982057fe9135f7bc36128439299090f..1826249ba4c1592771882ab64ba3a9dd56cd184c 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index cde14c770931acc51794ee1b8c945a2f677ec223..da8c25be6a676a9f85b9911845b36f56ccb8a9af 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png index cde14c770931acc51794ee1b8c945a2f677ec223..da8c25be6a676a9f85b9911845b36f56ccb8a9af 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png index cde14c770931acc51794ee1b8c945a2f677ec223..da8c25be6a676a9f85b9911845b36f56ccb8a9af 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png index cde14c770931acc51794ee1b8c945a2f677ec223..da8c25be6a676a9f85b9911845b36f56ccb8a9af 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png index 486614ffed65400b22011fa978ce4dccf55d2c40..6ba961c96df0c51dfe721f9ee49a7fee7e196790 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png index 486614ffed65400b22011fa978ce4dccf55d2c40..6ba961c96df0c51dfe721f9ee49a7fee7e196790 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png index 486614ffed65400b22011fa978ce4dccf55d2c40..6ba961c96df0c51dfe721f9ee49a7fee7e196790 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png index b18b9d33e4435d6340dff34c581620557a5e6f0d..a02020154e794db549167336f5251a2191d5c1b1 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png index 6bf8a8e1cdd50c3c61191aaf322faea1a143c303..6ec7b61fc78118ce85ab48eb82baec06a9451100 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png index 486614ffed65400b22011fa978ce4dccf55d2c40..6ba961c96df0c51dfe721f9ee49a7fee7e196790 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..d23bbc090a864b87374744825ac24fd34f087c2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..da5c76451043ec8367512387fb34a6beb2c7ad2c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..460cc2a90dbc6e679b761903e2faf9ed9bf9744d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..578207a55eb3f7713c8a3c856ec6c614363ca79d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fe27a01238400009c2a344cbf9114e5535dbb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8d49db7543221b5113605e64cf71d2c9ecf952 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..da5c76451043ec8367512387fb34a6beb2c7ad2c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..19b348483ab36601657200bab7a716e0b35c4824 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..b7de37f10516b19e2563834eb3fc2c40c796ea16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-400dpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button.png index ced01f4de766a2d51afc1a5239dd42a1f20eea70..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..4f187dd71899c12de45b14c43f957d0ce385b5b9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..578207a55eb3f7713c8a3c856ec6c614363ca79d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ab413779802e5f023353b0440c5247165bac7c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..972deb3d2afed67758a7fbe8b8de46949b164427 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..e0840c02e27b85ca14beff110c45c101ae666826 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..150f2533f5cfa536fa7b8aac01b3d3929958816f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c28064ce4569ef3d6d258b788c75b5b6199c9d65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e552ec6a756654ccd19bc248a4dd38f40b45a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8f9781dc6299328e029b99fb39cb11a196cd3d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f3128194612caae014f14555dedab69aba5620 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..93cf3428e21a14ed2bc6106384c1519d8fb6d04f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee7445fe49bea3818ee141f234e05689ab0972 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..df537210c5bdd8f9191c976e390af00785caff96 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bff175e190731cb4963cee4baa72b5f61aaba65e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..25466cdbd8e42d4e44b4da8db8f8a9c712984560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..63dab83a21cacd031de2b34efef6aa8203717030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d33f643f95223ad1ad8b7da97a45cecd21b7d74f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8611c37e2aacbedde9634968383afecea3f064 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb08f92e77bef420039fc31715eaf0faee3ae0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..50155c78b34d96de9c87dac8cc4edfc68ecbb371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..4581f5162fe6d6b165363fed74e342d3192c0035 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..e085750ecae2839daa4ed00edcb2a86a15424c5f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb24e4d9d14645f4e26644e3a2f96b741b936cff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b0c0f9bd89f534faa5463ebaf3d8503211481b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..0563e58f9ba5d3f60f891624b43bd778a3326e97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..04a04b91894fee9c7bf373921c381defbff28311 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..571e196c556b6bb083a64714673fcda5a3e4fc6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4093ad8e59feade228d14e19e51fe3b600b57e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e3241454a1cf11301a09e6bd8f3fafe042a87129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..da5c76451043ec8367512387fb34a6beb2c7ad2c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8d07174dff327f5e6461c6f961e22d241ce23819 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..460cc2a90dbc6e679b761903e2faf9ed9bf9744d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..0baf7ba8958536a8aaa971071895084966ecc8ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..12543517542361c740ae9ed10c5e912ca6215004 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0306efadada0c08d4092e9545095252dfb9a2cfd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..861a88bf5c2bafc405eca2e0ef08f0855258e44c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b55853af09bf51bbd71a0073c3bf5785278ce5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1052ec9004df8f885f7b2c3737e798611a11bc0e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae21be595d2897e6f62be980bdf931651460782 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e48d8770119328cfadf0af821683aeef1be617f6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..e12aa546f206ed2720ffb9cf546d44a0b65bb58a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7233103dbbaf2298bd4d9494aacc428d569bc16 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7775d3482cbcf65c201eb208103317e647069564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5aaea666926d0b2874cd81e68ab4fb561987 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0654937698df9837e3455ef15036c3cdf8eeb0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec280cce2d71197f1e188b1c3808d220e67c6ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..21e98a4a4d2bd5374323e83d11c5278946086f78 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddebc3c44323fb268c1c835ee921b93b4ecd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc230353e483b4adcdb716eb924c192134545e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a1529104448d255efdc199dfcab708aeb6abb01e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..39e7c2bff0418ad7b4b9a54a868a1039b808724e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c2076ddd6ef75479a3f54836d58be3bd170b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..624efc669a5f5e198a4f02c59078cbc362ed81bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ab259c33a1879294005ba44b73af881b81db3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..91330027b8fd88ea69c2b48ac31a7a3911db710c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bf560a451050c18af6276cd5e2e74df7c926d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fd40bb9b7d3b855aed031f4b4c8c83fba023888a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..663f6e607228a1de87e9d6369ef2f7f4188e067f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..c340bf17a193a3821b17d0fb1151ef047c9926f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..eefde4f14b1c2e00d0ff650b17001171155772ce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..858cb4c9d9f9cf0797a11c1089441ca2b3600108 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..584c38863542e9c1335db3b3c3436d51edf75f2d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-400dpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..120ef2de4b87285afc7cd02484419bc16a929c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d2f00d7fbcc92e7653ab5f22fc3c2044142ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4f13809cebcd6eb091078b55e53ff36900ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..283759d5439d8b0d93dfefc1ef271a40d16520c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..46158a7964831700715b545da2c49a2bb93d7bb1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad45cd31350b59c663d88b80e013a5e60c9fbea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cbdbd2f536aeeec07bb6217b300c15ebcf868e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..37d0d309355d938c73b7ac94f18bf1a85bd99e04 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..c2edee4b79a52948560bf36c7ecac73e3f85c90f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f332e4fff7959532bff95a1e571322de73dec4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d411647ba4fa58cfaa07631ba4a04bd98d2b53db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ddeb73fa61057c3935cda660b6f13fd0f31d0cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d28672e5df8b85b2fdff8e4f146ffb62d7beda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38678ea71476821aff480145e42689f7f8baa36b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..af3bfa99564a20deb4d7685bc73a938b773f0b43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbdd9c500a122acb91b6f0ba0d3f7efedd0f0a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9edd3316efa219cd42381ded5b6d3051e756aa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f1dd69d0bb712b410d7a63e0c4b60a46423be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b12dcb3da5d7beb27fc16a0a9c9025c4be40149d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e8b1174ed230f1403c5af85f190041f969e6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e7e6f609bf6f5123e0fec170926bc4b4333bae Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf34aa326e340f632514e398c46c92609ecf671 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c34052dc6d58018d7cb888ccfbad6a2a3021df6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8668f5b245fee77d8ddc7052bb6231f2ff0f4667 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe82d062ccf8e55c3162f5c9cea6606eccd7ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ce216c593622ae719274d73123818bf776f5eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..768f9d705ad05e125eedc6f31e9adb1399d9bbd4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbe5cbf891315dbfae927b35c065fd7f0f5b710 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdcc5101843ead0fa90fe0022a9c359884c269f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aba4738a4b3839d31ee3184566d90a7fdf3505c0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1aee387e74585c098b7c8bdbec2f8efbcf1b3dd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5251995854205079665fe10c3d58f8cf05068462 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c7f0803786502cd6ea1f58e1eed9ce25a173b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c07a0cdca348396f14478b58a78b3a1db635e2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4eb5318a094a1e549408a7f588e273522be4c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7971e45e8ef9311216adbb37d51c9f6ae80c3660 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..57efda223592444b98c718bbc704c5f29a65cdee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0162d5329092c3fe89e03b1d8aeee52b2754e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09cab82c1c7d86dc31982d788d86dc52630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..27d18309c040c19610c142121b4997896a924818 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..214f78a835b8035a304162b51207162950e5ee92 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..014897e366124efbf330b46b8e59194b02009981 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..802edcbe7cb464fa7ff8a4af17e8cd846f9ed87e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ba8b0b25d36a2766a80129c39d81460b2a67b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc2a6a9e7c2143d3de63299aeae23a4e2460fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1bdcd59cee677d550fc7ff1c7e4e52e46ad955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d201dd6b93b048671e2bb2d5aa9f3189decac3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed22c7be134faf46ab3f46b62fe9ab94a0d08fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52d11a02d89d56a9d3cdae072f2c8452eb6c6407 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-hdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cff0e831782c58dab3fb2e7fb95e511718f3b30e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38779151d91863386aa3164008e3a6064a0e2677 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..872251dcc07fd2ca8cda4861c1ed10302ffddab0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e70a841ba9c1fc8f5e7974fd24806ad3eb478e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee8cf3747047dec87a72660722e3e7d3436bd6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13324d985c62a8a98b35481e07dd7e674be9fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c2d915555be170010ac865b82eef88e0834641 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d6022e4c602b248e09c7fce29310735584e3d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..c40708e1ca2bf3f0c3d1df061c3bfc5bec0ba03c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b6114277577d61cb6cafdd99957d56867fc3929e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9887fdef1a49e530145ad3651425f4bb8e84eea1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be1fa28222fe7bf0d6f6a83af24a08d123210 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..8a89a0f03b587315499a699ca4173d18a772ecbf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d3091f256c03537a0ce40d1d2e5dbe1fa7048bdd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..74dc880c501d7b6646111875eb236a4e17e6d1f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b35f83c32dfc8a79d901a14485121c5aa79c0d1a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..0873321db0ad1f582febaea0adb342d361800864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..494147b6934bca4db290769706e0b4f0e8e09eb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c4985e001063314b1fecaa8f93b4fb32c55896 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..16dd7a426d37a34d21cead426bc4f6e783a6bf87 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a61e41f20535416d6b1113699425f937ba5cf435 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a890104f227728e49262b4609ef68bd6a4ea225e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..764363ae5efa69c44ce8a1df83b84d0f914afa4b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf273a1345b4c9f1f4c7b67533746f47fe1f0c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02047fe49425265a0dc383fe9da8cd6d6e5eeb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d48f7149905a40efc5e84623b36cdb72b2632be5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0a39b42062030a897de6fae50b76211ac4d4d6c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9a944dcba662281920edb9a4e283d5319173d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7cb31b6aa6047b8fea5898e0fe1d968155f5e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..73df7851b206f7c27b449a106ce4a6a96709cd28 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c2f00663622b6748ac2545c3743a8910220f74 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8438ff7b61fe6834455d72a4074d9786134a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c65471fb921693526b745e546ad719e8665484e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9914b255a491f2d2ce6e8bf176b58aebdf3b562 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..240efaaf7913512d6e0e38957ded10e4c995afe5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..58623c11820b9060c0a4e227d8a94e3149f9807c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3d665c7886822822b1bcb89413e0c68317238f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a99129630307b85318818d35bf9152def60246ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..e733888670a9d982cd7c9e3ad0c9563863614c47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6c44edf627a75f2ee7f9dd9033d144bd8257a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadcafcf7c36bb0062171f85c475dad4a88217f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f86dff22734c85c3c673c66441822b83c373a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..1303bffc2a7563b0596472584d1c4272e4f5348b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83568e03b9e8ad6851789b956012e2bb4ce9858a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb2752f308ba11f3a8bd6b4440edf6f487ce27f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c1945643525e0311a5e230389a16c4f3a66fb5e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..9524996da270ba67cd0ec0b2519cccc155d36439 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..228a171f7430f02fd0aeea4840b9f3e91f616fc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed1e3d0e62f5fe2fc4c0d10921a7fb35fb87a7a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f758a260ce268ba4132b148dc30000ecd2741ec2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc8fa1c562f854971facd95c5a39726c901301d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..352cf99e384c5e6167f6f2276086bc94dd0643bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3bfbdc8e2465db29ef40ec3216005b900cded5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a31eb9603862739e15c4783e18143fcc65a0c478 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..5de1403bff7b3f92fdbb4b4fb2795999835ee382 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..95ffc3d9b2c9ea2aaea2225357c8d756e6778be0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..dabec38add4c7d226ff979a6b76071bc01e40371 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2f91a2ba643ff53820929064e2896f115fc8f9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d207e9634b1018cd19e9a3893f361a86456a4d76 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..238e5a3cea54d3947c6cf92cad290e96f4f8896c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6ae2eaeaf0312fc3d597a9884727f05bbe10e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcebcb4905adb8a38f03225e1469776ec470301 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf815f9797d5102180559701ff8334919ddef0c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba89f238a9d69f98a1b0e27b4af75268f4e2cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..d38592587efb6308bb1cd0917e4b34646c4cc6cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7957d02e1fa8de4255a9cab062961bd5fa0380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda5463539d789b955ab9bd98130972b59b75e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..be9384bccd9518d334d3a581c7ae4277d027fdd2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d2da082059fcd82c553008a9c68bb08f61b29 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a0eb467ebba4ff3ec187c14ebd2dc07398e192ef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..ac66b3f93743acc65c1af2f37a86315c01dce9f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..148d887ebe2f1a67868d6cb2a36f8a3576688a19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3a43060ad75a469b80214282837d8eda9af30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..734ab7025268810d03e5a13de27d84a85376ded6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..07a56b33914559ed1c477b5f610cca4cc80da67e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a02768d3f979e9e7858a75f8894397980aecb41c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..af1e76832aa459972cafaaf11524a6bff6ca66ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a7399edc7870d382d9ffbfb2bd8817b9f05744a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..fe29e1d7a3e6307f80b9eec621b8da30eb9668f1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0a402a776856b1fe874407b2b2533c9599d5e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0030f98ff2530915dcf7cc9473d6261144afbcaa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..33b190c847a007a067937b71a46287b758415e25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9db92b7b6f9fb08331e028fef89f70e06262ed0f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..50e7a34912d2e3ad014a56c69417082a8aff69c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eef73c95a0cfb893f37b9ea4d2ce4f468893f038 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..278013768334c6bcabdb4154ef43e788d6e3ee19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..8adee447da5b4670229c95bbba8397373427587a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4eadba841ee2f63e4d18a526cb29407dd5d65e06 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..564261347ae8cc7499090f3c0f004295dec3df88 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..133c375d3f3b84a5b362268bc2042c02c5572175 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb1a51ddb5f381d2eb8b78de73f31d67e72533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..6326c78f9bdc43c34e00823a685c4563b4e65864 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..97db02b629d5aba6c7b20c19569ead7218b71e3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cddf441fb005b49b3c10c48dae8fd89b99584c3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..f30829c12930f4ed666b9274d348ba3170305560 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..38f68c47a4c61dc2cc354dd40f53434c3c711f0b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..cee3fe99f1d693fad5dd15001392ac8fcac9b156 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..726ca2749c092cca0bff485b20809378c9ff4c2b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4b255244e31cab5ce0e8cdd4384f9ec6e7e46289 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..3632d1c7ad22183651ba226c0dd5f56e07a43f08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8b891741f0bd5468ef959b1e8b206537c25b6315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b8fc5a6650c94f703e017d3d0bb79eef74d8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4dda9d9be7233c850527d2f6214c8827fe141a30 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5a42feb48e0bc929d84dee34f4a36e7d374902 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e214cee79f005f03f3b0155c0818a11905cc342e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f2ba6edf86c67db61a0c76f170ab8a97522da6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..7a623571849fae7c82d2f4af9782d058756e4871 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8da790a9af3ea13d8981fbdbc2c177492bd6e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdb74fa58bb550981b918e01160f721618fd93 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1041b2324f0d8fd51f3bb2c97b4cac8fee8e6d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c6e79c96ab6dc16400b725a2e34f12d45ca448 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb869367fcfec7a32c8489a50894272c9a8228f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7524b556cc19796ce8bb25a8e9906dfc431ef9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9a935b42aa7924498ee8a2139ace86c6fa6cad7b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf9513d587690e250d6f4ecc73837a93e03598b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..4f49944b64393217bda98ab5a8517baa0732295e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..da469f06df688a9aab755017f763e69fb87a2c84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2628c5c58124190a7e2752d2d1fe22e0b0933c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..98aa3acadc3c3502f41c6d1ed00b2e28ac374249 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..71eeb644520182d5940fb8c6c69c72e43dc24337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..718f20af34d2b21a8a85a35333477c5ab25c84b4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18170edff2f72f4650e50e8f24ebab7d2b41f7bc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..d86e402cf0c1009770e34c9412aea2cdb4b9f1a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..8879712f5c5f68b29213518969d0d145cd805e84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15c004ccbdef535cab05a9ac5dc7c0482d849b12 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9518b8765d9123fd3811b64eaca21e8979f610 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc92e540095e2487f748d9819ffdf15901f307 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0375685a2d4d4fa34106ad2c6160d6dd06b1af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..997f86546424f9fb9589faa453bc9b54452a013d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..90972e93a5b0e06969ddcbd6a9d0379c5b485878 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b1278e069a9a1978b48775fd41de53a004aa1d86 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a1b493e5c852739cc4ca60f1a2e405c82fa187 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a9da98d4aa4327565ffa313d2788687d9c88311b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..da47a75744cd054620bde4264111af0364649cdb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e331f1fd0cab9f417f6ba245bdef23514dbbef6f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6645b40ac3d3edc810679eb6591aeb861474388b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc8b6a24299d68be51e8ee149578520a9f3501 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..77f58472589848eb2de00e0b3dbfd6de430662c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e05b392e618c566e790a6412d6c2a1a0c4e34 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6797eec8bc015344ebb103ba88f928f3052875 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..685089cef947e8895de751e7f0df546535284177 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9789b32f60ac6a4af4ed64d512e726eacfd479 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c7beb5c17bc52a202fded99d4ea2f7d8dde5cbcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a98995d598a07505b5898dc07f3db37982527363 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..52c8fa541d6b4a65adf8a585128d0cba1c1acf55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364b2059fb46291ad363968457d3b1ba48f6a7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..9e31f16b59365f34e7ceda14bad3efb280753f47 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1c489f587b2cbc23fa6dc979e3480bb3d0c638 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9e84dffad802e70a24b5a07656db533e7e727494 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b2792a3c0a69ebe16648137fe17e448da5525129 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-mdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53ebdc8d6072208a338f1a94b7c5d5e33675bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80fff1c03137a775693aa760b91fd9bd938123b0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9901815efc952373fc2e3814f7e31705590987f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b356dc080d01bc288af929ff7162cf124f5bc7cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4c21eb2ff966702f6968035f607efb5937c55b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..c932a4114971fa0306939c4da01facb57f1058ff Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e49fd300d1359636b5a2cfdf5b1d360cc9eeeca8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e558c3877374b92e503c81926f7ac7a3caae46 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..258b68ed1ec7bcd4cc75adb1b9c39b0a59dadd38 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4de733d1f0bf1261a3adf05193a464d7b182b1d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..196b634f3036eb35c972ffd526a19aed53881d09 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c6786e1ac2d2de439797f514687b182b6f168b8b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..595813ae2295a78d43807bdb72b0cdaa8fa0f463 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..efcb758c11b89814bfb407f28b042b17b51a059f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7163ee5ec685766f230480488b0d9a95987ab6a2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..1f898c88e4fe0a4c6d00cd2d3ac0636435553823 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c57a43199b58163495068f925440e359913423 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..10b44bba3d7f0e56ca310b09cc97895bb14fff26 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..e38748c422aac04a1a2f8b3d300a682a7513f52b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0da92892b6ae2a7ddbc3e26e8184e732b27eef Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4f12112120824172fb6a748f9140f7527e7c90 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c7fd900bcd37313026e079f90eb89e5df7d2c5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..d68dea8bae2f5eb9108aded9dee1d3fcdf6c209d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0cc69f0a5a7b16a2ba929c610878e0dc807564 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c84fd0b8f9ca993845cb4f86aec90898103030 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92b9f862ae6b864ed8c0249f851da93aaa99cd22 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fc85bd51a9d09eea9bf5a61c980696b438524b33 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..892a57a64ab395f258dfcb32044aefb7b92726d2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f9e7ba83d8980c2be710216289e29408b6753e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..e70e4306946e9e22dee363e72e3875a90f423db8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76f466d4c2e1976a17563ad51a4de20128e023 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..cc128be3ceda34addc46969f86f5c259a4e0cf77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..da28bef3bc742466926193399f5df2b1b4c8988e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..641fd75faca14f0de465505603c2c5c016d2386c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1840a9252a832f66f6b39151c7cdab7cf72cf2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf63e009bd52d4915a1efe54a042552fe8399db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c6b77d5fd45b169e8009550909ad83bed57d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7be487d5fc094520a2b71a19d2264b8093b99525 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e21837c34e717eccb4897e45294a772957971 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..fac7beca1a2d269235362838db0a0c6f253bc02f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48dc28839a24cd2e2b001e92d4137feb493dde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b998d58e8178619ca5af4de736df5cf5a294c88e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcaf36a1bb35c059eb343e87e9eadf3b205f53a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa5ede477218652e5a1da54212d3fdd20ccbc3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c70bb564c0ab7d605d62b76c570b03eba1952fdc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c14a28a395b2e2428eb4279a461ed9c4b9e74ee2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..40c9572f0ae3c5e8ab22eae0cae656b615fac3df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99084950fc4658988a84a79fbe0182d2caf0ec Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d9fc03df72f6caf9032769b6e3b669a5391322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a126a90e68a349993d46ae5b8362a48b32aceb19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdab215d03a4e28ab0d8c8c76e72f3bf745933 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2836a5b42490c96072155ab0e75faef34051da3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..0009bfe06d4f5bb5f97b94b69576fe503d75a92a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..963085d108856f890a7e4f94f3a0cbd91c420c1c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd814b4075c42bbc0777bfc87d80981fa348790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..e21690433bb6b039a1bfcad062c400654768cc4a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8f4b41fa64f9989af6928fb046dc4f44ac0a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..4da578607f0e1d029ba4061c0bebecd9111679d6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e174e0f3a313cf4dd900decbbb09d078a84da338 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9836bf027d7b3e8a5f4f604ec32caac3e0875aad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f853e3f09b70ab58d086be4a04cd0a1c305b530c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..30fd872f1f147912012bb749dea1e13046ada8db Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5de7ea35982b4f9421a362ed63bdb7d08aa4aa32 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..e268c1eecc9d98ce0f71894a644223ca5e268c00 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39c37657fd1643159ce39f8c5ac5199c6810a67a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a16db1693a20b9db6b13f5b9635d66f012d7870d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1780c486d080e1c94015e5843371683014952633 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d124b32919eb943d9ecfde5f2c305dd7732fed Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca9f177614651f71885acc95381e1b2dd5c955 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bea305b353bedc8ef92231ff49ca9be98c7011ba Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ca94f9a7620f388275aa0a5e9a073b97dcfede Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c12eb255321d8c2de4a40fe31e5614908f5a76fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06021887b30092daa7244d6a2d42af20b86eb2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7b975583421880240de12267f0193e9236c5a3c1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..7482a47a89f5427d8418107f11f0c57ffd333aa3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..e454f601a0b222c6cc64a39808780a0a85a008bb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcf8f1978f43b0199a2a17255927ab05756df56 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..25fe3ddbd449f63a305cd6aeb4dc42886b0626ea Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..fdffb54e0c28eb2b3642f479d31d551779a3bd89 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..af64c01e7633536c245a64b930b2f457d3fbdd43 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b8016356fb69d04758d54d5a04cad7f43d950 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..caf89b11610dfbe03ffd34ea39129e3679f6c378 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..4836514655919ec5274227c2af05d534b773c548 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cf574196f8a1f32e0d79947a2bbfccd6980b08 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1a74db96b54738271674440e8b5fe08961318e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5313e71eba98f2353d693364ce0c99ee4d7f6101 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..795760fe9def884fe7f7045f74925105704b27cc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7451be960a0f05138d815177dbdde147b671eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8c132821a061d6d41fd50b116507d9bf35af7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6f9067cce1ef1b6d9c019072d1fef939bd3915 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..41e6f5c2398b53b901c3e1e369efb2c87f348630 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..be412a276d4c012ced5539d8bc7c358c2ae008e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..2316f8b46b9496bfc8af121142abe2ab1f3626de Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a48e3cebfd29601854ff8801bd504fc0a913ad8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..09ff374fee5474b23ab1ff458223a632caeefe64 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..01016e8d6f90cd651550e051661478b1c8afbcd0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..272b12170b28e42a00d509872c47a93c869202a0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..44a7dc68acd910ffeef9df75643b70eb2747d60b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c4caee8164fc747aeafa12e0f6db99a1c01250 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6fc79c628a635ffa0914d70bad7af50d4349 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..617f42d569e6cef0bfe3aea9d12d30a66f82b2cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d1a35072934b0976f656f6f4d800e01693692 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c66b096a8f69451064f66a3135b51e7a1b27897 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1464e423bad28d0d92aa440ec04a1a2ff1e8847a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9c462776006196704742122e6406ef18c88c9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa84e282346d6fc3ad57fa801365ca8923482e0 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..b75525b4dee21fc731a62efe4ab3419f0fa2dd77 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d43e1fc42b1c4c094ba90b2f460b90017e292be Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..11ea86b1659f6f84ef068a3d29eabf559cd30789 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..f15070235543c3a3736e3b8988a8c680d481015c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7f54f114ac0b873b5550d5f3e761a4c7636c8a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..27ed503fe073ffdd830694148b144b51a79a0eda Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d92cc0a90a2f52bfc7d25135be512122b18a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..026b058b8630c004d62b8891ea26347109188703 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a714b1686e839a1bc9bc9e55a911dababb3122 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..228b1fbf0ba8a04afd3b013c950c8147f23165dc Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86ea00203e7e70a55b57b64167246e436194fe Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..56febfca77e1b0a17f13de148f6405c7c11a56d1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4ec9f588a14d98bb98bf0f01500ab516181cb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..363dadc4afe81bb2123c46cbe392e0404b3f1c5b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..bc815051f75ed7067701ca34e2ed1983dfb95fb7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f49e7ed44092868b198a5eb86c85a63dee58ac Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f5ee8fb02866e247d20eec49bbe1d25d8844 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7ccd0beaa7585263086258ff3a2ffa9539841c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..6653013542ba4b841a3d2ed6a536898a35e71b07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..20048fe5337e9929a74ab804313f9818573705a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3e210b24e96b3662efeaabcf29012414916 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c235691d3caa2bc3062a53c0cd7a16505de957 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..37157746d2bbb12180d9fe05c799ad72aae3f87f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..6c575debb1affb79c357ebfaf1f3168671c00348 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..029a5a4f1f8cedb4dfd1d394bfebe76b799beed5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..96556b701825023b2abd06282ac1232ce4cf35e3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b38da0f82e268052436f50ed3541443e8e3296cf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..1f73a7371e1e32a56693d0ea6f5dce1bd12722f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9370aa858bceeafca7b32a8c80805b8ecceff0df Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca5182dd873099dfc29e60d110412477feed6ad Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d1ec464c05041adbee6d60e5e45a0425cf3a1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..a40262b5a78e79cde35829d223531619813b95f2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..54b59fad2c75d423ffdc1b84ac56e60f85de3145 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..89f1198693567884bae37b1bd86197b34f7df7f8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b083dc60733989c7a393ead784335d5c93573 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..0945dc9108fc1b0aa24acea716725e92c76ed89b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-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-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..736ce45accde621eb3394c42d47a9fcd5ac14215 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32757cb4269719d68c4f29b5786082f4c62a17 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b86fc682d9897992569323dac15e538b96290496 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6f080b95a0768767767f29c32ed7f4ce8bcebf1d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..333092d2e10f5be65dd863706cf2ca637e876403 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..33b87d6779e74d603ac8ce629aafc4d587581322 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..223177b45898977d78de8d476d7935af519ce6c4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a26c94fb65c24bbc4f19883d05285e3721307873 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e096744042041bd83659d9274bb6e80e6d260e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..da7cd839431ede16223465585f3e8daf3101975a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..60abbb32dcddbd44f175a5b81d6336ffe22fbaa5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c841bca7e0ed8ebc0c781253d1914f9a9066a315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..14df18c6de28f35de14739777a655f14e86ac532 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a2922153ae7822959dcdbf5a0fdad2bacdc458e5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd1a60895fc4448bb19eb500dedc67dbccaecd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b14235b26e6fe751976bc48fb96662da64c6746a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eea9999f138d950fc53d418f6402e53c0ec886 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba426d1f5fbfd26786db6aa88b11157b5606fa65 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10aab75fdc19cdd08de267036a7207995816ee97 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..307a97b08a3eff227f21af50b391db417b5872c8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..de89d29af02cc06ac394546aba0811863b1ff804 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..20056f0f0359bcfac97f6bfb81d8d59d287d89eb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..396028ddd0100b8774d6e02071f41e8ab5a254ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..0658feaa6edf5d314adb36c83fafdd91b3f71380 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..6de89406a8b45deb2aea6678f485274ddd175cb9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..52664fe50370852e300354dad2b141c01204fa5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button_pressed.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..e0840c02e27b85ca14beff110c45c101ae666826 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..e0840c02e27b85ca14beff110c45c101ae666826 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..d992c25967d2eef4e03d3552f06a701064bc5b19 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button_pressed.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d074d0217fc441071e244a64897bed6090ef6533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..130801433f5d65c85df033f68aec2741ef488dc6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d074d0217fc441071e244a64897bed6090ef6533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b5988474940f8764444d75fc8680f4ec051bd467 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b5988474940f8764444d75fc8680f4ec051bd467 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..b5988474940f8764444d75fc8680f4ec051bd467 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..33c179722a47141ac9e7f537471c3fdafc7f114b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..33c179722a47141ac9e7f537471c3fdafc7f114b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..72bfd64b4524f0ef1850e4cc16251df91ab27882 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..61506491a942485d1f5801198cb032b3a24925fd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9871099e7af74e0b46eb1f516593a8ec1891e719 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..df5472d13d56839eea619d0db677b06ea9d1932c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..c3922c97c7322664abb4b1fc087eb2d179a338e9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9313020373ddb698a5488a10ebc506bd31f32cde Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..485cc981c9d695bd9c7f9467ef10b0545142bd5d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae15704937410c26e6e0e971890cc82b6476856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..59da2ac2628f32b965627243574c0ef62787cff8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..256f5939df5550475668b58176080428066a9ea5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..60ef54c200ae4dba3ff4ca914c1114effcb288a4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0780ac213afa95a6470deac1b15a4a9e32cab1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a0975186692fb606a5ed73b4018396bb229e20a6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..9004c04649b2757ebbc3c52142acc7066754f60f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cc2099570443b7e7e8d30275798b967001606 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..94889180295febb874d4575cb2f265efbfbc521e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..efe1e47fafaf4da1d46bacee5319bcf35d92d870 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..aec055a522126b5dc3e205315c392ef45decdfa7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef7fb85574b3b252b2520c7b093e92297d3d10 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9ecf0d407228b0721166350ea7ed0104738cd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..79a51119a125fbeab45e13b60f831218b0953f39 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..10814b7ea02478db4b74b042a477fc48b7e6ab25 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2f234a88f4e3f79eb638c90246132a06edf412 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..a85de8f72e1f30816bb35eae8f44b17fd12def24 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccb1747d47f914c3b7b9258661d2c511b778337 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..5228006c7175442c63728731a16ad5a351b17a50 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..d074d0217fc441071e244a64897bed6090ef6533 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..130801433f5d65c85df033f68aec2741ef488dc6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..92257a10108df956020376dee0d38c83670285b2 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..130801433f5d65c85df033f68aec2741ef488dc6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb414f521e41e4ad2764c44d1428de57d07039f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..53747faab88c35729ed3d67bab56fcb7d3a71493 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d40d219b5491db15ce90e42a6e21f9c540b856 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..8760e6ca0f46dac043c47f9f75d9596da5caa331 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png new file mode 100644 index 0000000000000000000000000000000000000000..f32f0aba32fe568b242a76b01161a5706076794c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fdb3be0849a38855d5eaffe182f9f52dae18dd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png new file mode 100644 index 0000000000000000000000000000000000000000..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..11f702d6eadfedde9f3972a131a7730b3e708d2a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20d880b302273e6adbd3cca32637980c80da84 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2201a9afcaad5419bdab5b50fb821f8c5494befb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..36e97001efeca6d352962d4322a847d99d074159 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc0228597e331f5f6bf69220d79971268803fa Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png new file mode 100644 index 0000000000000000000000000000000000000000..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_edittext.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef4633cff03f09ef2095e5e4e163373f75e024e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..245ddd2ca95ad46806ac0095f352d94375771a15 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png new file mode 100644 index 0000000000000000000000000000000000000000..965dbd1ad068157a419b3f50dcbc248fe716cc8f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png new file mode 100644 index 0000000000000000000000000000000000000000..a166fda74296bfa59931997043e0adf067f060c6 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd64d7bc3dab9949492b790d7957bf8945aa65c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_large.png new file mode 100644 index 0000000000000000000000000000000000000000..5985c8126294e40fa41bf16e13a32fef243e4d6b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_small.png new file mode 100644 index 0000000000000000000000000000000000000000..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radio_button.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd345e55e749e3a9e94292985dbcd91ceaac18 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radio_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radiogroup_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..51d5826dee755234c6ccadeecfb24d0b7ac3391a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29e70c950e886c618da9205887ab1c335b2a9f3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_2point5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c871d558e09924650b4790cd27b191b921a70 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4fed7890a080813d92b7dd1536feee665f977e3b Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a54d3b11429804aca4ee8331fab2b216f1e410ab Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca63be279f5e1d970f1cbd555d4c73de954b98a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0e7f88406ed63a3f92bc0095863943264e1505 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview_query.png new file mode 100644 index 0000000000000000000000000000000000000000..f3579089561b3d3d8d5ab85692146a18148e5fcb Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview_query_hint.png new file mode 100644 index 0000000000000000000000000000000000000000..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5c0ac28753f15462096d600c828e0a7caa07 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_50.png new file mode 100644 index 0000000000000000000000000000000000000000..fb091941510477303a230f3ddb130f989a6707d9 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_spinner.png new file mode 100644 index 0000000000000000000000000000000000000000..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..9718fc074eed703521291027da0450be59b5d102 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_switch_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc4b061538e051fcc2e12288062f9fd3586b44f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000000000000000000000000000000000000..348df8b373248a9d2d70f58272117f18b63e0806 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_textview.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb761b70e535ef37a189c85cb1b6288da72550a Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_timepicker.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf23ac11130b5c5b86835d002effac8df1f082e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_toggle_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_toggle_button_checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5580a0cdc7c831aa5ab969b9ad42d84b873af002 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-land-xxxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2fddda5e9902ae04fba063a04dd6ae1d1d747c9d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button.png index cf7b1fe8358776f88f4de8ee28bf6353a748b1cb..b5df6e271966a9d1115825bdb1a2d8ae208a3c7f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8c0d04b2a518a9528d2beee58267fe74c7baf Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a02020154e794db549167336f5251a2191d5c1b1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view_feb.png index 6bf8a8e1cdd50c3c61191aaf322faea1a143c303..6ec7b61fc78118ce85ab48eb82baec06a9451100 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2bcd3249c57ecda43116d30fb1a6d5ce7d002a3e Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index 0db1630f6982057fe9135f7bc36128439299090f..1826249ba4c1592771882ab64ba3a9dd56cd184c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..da8c25be6a676a9f85b9911845b36f56ccb8a9af Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view_feb.png index 93c48b02a2cdcd3a58c04f7fcb69bde39c953587..7a623571849fae7c82d2f4af9782d058756e4871 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_edittext.png index 2a0ec7dd75078abe4304c813eddf922706190ae2..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button.png index 790f3b03007d4a629bb2db78328639ac36e15919..e331f1fd0cab9f417f6ba245bdef23514dbbef6f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba961c96df0c51dfe721f9ee49a7fee7e196790 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b2da2e5cf33927000c481b064c5dbc6b7ed70a7d..a8bc8b6a24299d68be51e8ee149578520a9f3501 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_edittext.png index b42cb54548ab2dead99c96d4d18f3459ead7d542..6fabb7e3b9f7f6065fa31ad5f58b23628931e023 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..98af6844be793fd00b092f0dc83587fe20fb338c Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b561fafc5219480ebbd83512e1fc0e6464e436d4 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..97df30c275aa2dbab3264c96ff588499f17c750b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..97df30c275aa2dbab3264c96ff588499f17c750b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..97df30c275aa2dbab3264c96ff588499f17c750b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..97df30c275aa2dbab3264c96ff588499f17c750b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..97df30c275aa2dbab3264c96ff588499f17c750b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..216378d7953035f978f1c79e2bdb545bce874de1 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..fa7d2781f7cf35606a8b48c98c83666dd85043db 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9cc1279b240237b279601e1d0d46d138246e57 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..97df30c275aa2dbab3264c96ff588499f17c750b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..97df30c275aa2dbab3264c96ff588499f17c750b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..1d109f2f635f393a2b1a4847518a862ed29fc315 Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view.png new file mode 100644 index 0000000000000000000000000000000000000000..a92f31e53a54fd01486e26103b4f57e6515121ee Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..b212de130a76ca2aa8b2ccf9df9e220f6ced39bd Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button_pressed.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..0baf7ba8958536a8aaa971071895084966ecc8ad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..0baf7ba8958536a8aaa971071895084966ecc8ad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..0baf7ba8958536a8aaa971071895084966ecc8ad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..0baf7ba8958536a8aaa971071895084966ecc8ad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..e0840c02e27b85ca14beff110c45c101ae666826 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..e0840c02e27b85ca14beff110c45c101ae666826 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..e0840c02e27b85ca14beff110c45c101ae666826 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..e0840c02e27b85ca14beff110c45c101ae666826 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..c4ba05ff3a32cd3e9f12dd46f25de1e589d51b6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..578207a55eb3f7713c8a3c856ec6c614363ca79d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..f53d9a423da818398fed7c0236dedb5ed1a54d20 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..ce1aae55e3d3a9d5c3a6c9247c06addbfc2f4806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..da5c76451043ec8367512387fb34a6beb2c7ad2c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..460cc2a90dbc6e679b761903e2faf9ed9bf9744d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..0baf7ba8958536a8aaa971071895084966ecc8ad 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..5325490e87ca91f935320263fda18fbfc8ef5af7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..2638a650bf42048ad855b6ea04b61dc16a588546 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..ffbc97a213eb96b9dc46e96bad408fec4e76c94d Binary files /dev/null and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button_pressed.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view.png index 46ea891648f7d9c8bd031c63033a0d117861fe70..61506491a942485d1f5801198cb032b3a24925fd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view_feb.png index f29c093802c81fc316b5ffc279130b25d00dde84..9871099e7af74e0b46eb1f516593a8ec1891e719 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..efe1e47fafaf4da1d46bacee5319bcf35d92d870 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..a85de8f72e1f30816bb35eae8f44b17fd12def24 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0_pressed.png index 223177b45898977d78de8d476d7935af519ce6c4..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..9fb414f521e41e4ad2764c44d1428de57d07039f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..92257a10108df956020376dee0d38c83670285b2 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_large.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_small.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..cc0e7f88406ed63a3f92bc0095863943264e1505 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query_hint.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_0.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_100.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_50.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_spinner.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..348df8b373248a9d2d70f58272117f18b63e0806 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_tabhost.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_timepicker.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button_checked.png and b/tests/tests/holo/res/drawable-sw600dp-xxxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png index fdf9b9c449ea0f6f250240aa7e0ec01e15b00b0f..aa13d2cc4cce3e917d6035f918beeeceb526ab6f 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png index 87196ba79ef9949d8747c6b598043657b37b02ec..2a9d640372f48f7c40d94084120bf1d757e633ec 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png index fdf9b9c449ea0f6f250240aa7e0ec01e15b00b0f..aa13d2cc4cce3e917d6035f918beeeceb526ab6f 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png index 87196ba79ef9949d8747c6b598043657b37b02ec..2a9d640372f48f7c40d94084120bf1d757e633ec 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png index fdf9b9c449ea0f6f250240aa7e0ec01e15b00b0f..aa13d2cc4cce3e917d6035f918beeeceb526ab6f 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png index 87196ba79ef9949d8747c6b598043657b37b02ec..2a9d640372f48f7c40d94084120bf1d757e633ec 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png index 5bf75dc08773b8def88ab95a380a6a6e3e36e35a..b561fafc5219480ebbd83512e1fc0e6464e436d4 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 5bf75dc08773b8def88ab95a380a6a6e3e36e35a..b561fafc5219480ebbd83512e1fc0e6464e436d4 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png index fdf9b9c449ea0f6f250240aa7e0ec01e15b00b0f..aa13d2cc4cce3e917d6035f918beeeceb526ab6f 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png index 87196ba79ef9949d8747c6b598043657b37b02ec..2a9d640372f48f7c40d94084120bf1d757e633ec 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 5bf75dc08773b8def88ab95a380a6a6e3e36e35a..b561fafc5219480ebbd83512e1fc0e6464e436d4 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png index bc6155ef6803b3c140ea7c685cdda4b16a5f6a47..98af6844be793fd00b092f0dc83587fe20fb338c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png index f795d92435b07f8630afe67048f35d4d385ddc07..3c61854dd8b8290fd5d167125f99a29a609353df 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png index eb491c0aa662e39350841d30d673741a68d84ac1..b00bbf901882fb6b22e16f9a8c009987fd5c7237 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png index f795d92435b07f8630afe67048f35d4d385ddc07..3c61854dd8b8290fd5d167125f99a29a609353df 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png index eb491c0aa662e39350841d30d673741a68d84ac1..b00bbf901882fb6b22e16f9a8c009987fd5c7237 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png index f795d92435b07f8630afe67048f35d4d385ddc07..3c61854dd8b8290fd5d167125f99a29a609353df 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png index eb491c0aa662e39350841d30d673741a68d84ac1..b00bbf901882fb6b22e16f9a8c009987fd5c7237 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png index f795d92435b07f8630afe67048f35d4d385ddc07..3c61854dd8b8290fd5d167125f99a29a609353df 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png index eb491c0aa662e39350841d30d673741a68d84ac1..b00bbf901882fb6b22e16f9a8c009987fd5c7237 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png index bc6155ef6803b3c140ea7c685cdda4b16a5f6a47..98af6844be793fd00b092f0dc83587fe20fb338c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index bc6155ef6803b3c140ea7c685cdda4b16a5f6a47..98af6844be793fd00b092f0dc83587fe20fb338c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png index f795d92435b07f8630afe67048f35d4d385ddc07..3c61854dd8b8290fd5d167125f99a29a609353df 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index eb491c0aa662e39350841d30d673741a68d84ac1..b00bbf901882fb6b22e16f9a8c009987fd5c7237 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index bc6155ef6803b3c140ea7c685cdda4b16a5f6a47..98af6844be793fd00b092f0dc83587fe20fb338c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png index bc6155ef6803b3c140ea7c685cdda4b16a5f6a47..98af6844be793fd00b092f0dc83587fe20fb338c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png index bc6155ef6803b3c140ea7c685cdda4b16a5f6a47..98af6844be793fd00b092f0dc83587fe20fb338c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png index bc6155ef6803b3c140ea7c685cdda4b16a5f6a47..98af6844be793fd00b092f0dc83587fe20fb338c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png index a42da98128e0ebda26a0795e784d3c9050583f05..d1f9e7ba83d8980c2be710216289e29408b6753e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png index 7ae87145f66a640fff231f0455929d2ed7061ecb..2836a5b42490c96072155ab0e75faef34051da3e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png index 12e6f6d0e485e9cc65a6160f169311ed66e56b68..d013b5b02601f13ee9f8fe1bbd1aaec8296888fa 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png index d7f77ce46789db6844625bbf09c14d4e35da22bd..963085d108856f890a7e4f94f3a0cbd91c420c1c 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png index 5bf75dc08773b8def88ab95a380a6a6e3e36e35a..b561fafc5219480ebbd83512e1fc0e6464e436d4 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png index 5bf75dc08773b8def88ab95a380a6a6e3e36e35a..b561fafc5219480ebbd83512e1fc0e6464e436d4 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png index 5bf75dc08773b8def88ab95a380a6a6e3e36e35a..b561fafc5219480ebbd83512e1fc0e6464e436d4 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png index fdf9b9c449ea0f6f250240aa7e0ec01e15b00b0f..aa13d2cc4cce3e917d6035f918beeeceb526ab6f 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png index 87196ba79ef9949d8747c6b598043657b37b02ec..2a9d640372f48f7c40d94084120bf1d757e633ec 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png index 2b21d1b741e8e1475889950770bd4c66258d1268..4da578607f0e1d029ba4061c0bebecd9111679d6 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png index 5bf75dc08773b8def88ab95a380a6a6e3e36e35a..b561fafc5219480ebbd83512e1fc0e6464e436d4 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index 28cf8420fff9165c411dc9e20067aab3fedd6ec8..9836bf027d7b3e8a5f4f604ec32caac3e0875aad 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 3711fe7390e07ee1f919f9e556e922ad758bd900..e268c1eecc9d98ce0f71894a644223ca5e268c00 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png index c4ea8c350895223c61d038edf54a214fe115c8ca..39c37657fd1643159ce39f8c5ac5199c6810a67a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png index 37b4979cc6f6a3da19beb0595f4ce12800715ecb..a16db1693a20b9db6b13f5b9635d66f012d7870d 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png index ebc11967d869ccea4828a79b6da2da48c9e0106c..5ff0c2fd895c264cbe9e71b47f01b4c5b24e1cda 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png index 8bd73a472af5224d2af072722e78d19dffa9031e..1780c486d080e1c94015e5843371683014952633 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3e9b1ef63b6c94f951b9e773fc0c9d3a27ab0c30..d5d124b32919eb943d9ecfde5f2c305dd7732fed 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png index 226238321a421e135f0c8dc29b82d4a1a9465fb7..963e74f19158e4fbf82d6bb06d2d0c72c4c80a42 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png index 60ea761af9001ee6a55a44598ff17a5f2018f6a4..b3ca9f177614651f71885acc95381e1b2dd5c955 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png index 5ead9bbfc7a4f1b28f7e5a303afe9205d9491a9b..eb6e985ab87182c03c56197a209ba9c6b9d50fb8 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png index ec396a2bd44e1e8bd84e9cfadb7b174ac0b4cfe7..bea305b353bedc8ef92231ff49ca9be98c7011ba 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png index eafec97a9dc8a08205e96f1d0b254a400fe87a66..2316f8b46b9496bfc8af121142abe2ab1f3626de 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png index 9c7aa54dec0890aa6047b0f2ab7628c01cd8c53e..a48e3cebfd29601854ff8801bd504fc0a913ad8a 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png index 26feead2b4da719a1716c240831ac91714f32f10..6a4072111c5b8a8cdd3b18e752cb0b49621a5f1e 100644 Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_button.png and b/tests/tests/holo/res/drawable-xhdpi/holo_button.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 index b9930b55cc9e91001837be94660eb2016866e9b0..8c306ba85120bc2eceff05db5320f38cf9c7958b 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..d8477b84cefff00725d3772e295dd151b2285036 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.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 index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.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 index b9930b55cc9e91001837be94660eb2016866e9b0..8c306ba85120bc2eceff05db5320f38cf9c7958b 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..d8477b84cefff00725d3772e295dd151b2285036 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_edittext.png 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_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png index b9930b55cc9e91001837be94660eb2016866e9b0..8c306ba85120bc2eceff05db5320f38cf9c7958b 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..d8477b84cefff00725d3772e295dd151b2285036 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_edittext.png 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_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..1d109f2f635f393a2b1a4847518a862ed29fc315 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_edittext.png 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_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..1d109f2f635f393a2b1a4847518a862ed29fc315 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png 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_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.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 index b9930b55cc9e91001837be94660eb2016866e9b0..8c306ba85120bc2eceff05db5320f38cf9c7958b 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..d8477b84cefff00725d3772e295dd151b2285036 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_edittext.png 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_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..1d109f2f635f393a2b1a4847518a862ed29fc315 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-xhdpi/holo_edittext.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 index 05b0848a17e8993c011426af4de065e81392b0ef..7d9cc1279b240237b279601e1d0d46d138246e57 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_edittext.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 index 29ab61441018240be3ae23755fbe04accdb56fbe..4a6fd2fe11222ee6560cceffe48f3d01e1317e60 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..d11de12e68f17af23e57eda2cf620eb96c255e8c 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.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 index 29ab61441018240be3ae23755fbe04accdb56fbe..4a6fd2fe11222ee6560cceffe48f3d01e1317e60 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..d11de12e68f17af23e57eda2cf620eb96c255e8c 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_edittext.png 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_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png index 29ab61441018240be3ae23755fbe04accdb56fbe..4a6fd2fe11222ee6560cceffe48f3d01e1317e60 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..d11de12e68f17af23e57eda2cf620eb96c255e8c 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_edittext.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png index 29ab61441018240be3ae23755fbe04accdb56fbe..4a6fd2fe11222ee6560cceffe48f3d01e1317e60 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..d11de12e68f17af23e57eda2cf620eb96c255e8c 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_edittext.png 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_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..7d9cc1279b240237b279601e1d0d46d138246e57 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_edittext.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..7d9cc1279b240237b279601e1d0d46d138246e57 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png 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_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png index 29ab61441018240be3ae23755fbe04accdb56fbe..4a6fd2fe11222ee6560cceffe48f3d01e1317e60 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index 7b22482a432e876250ca5a6419cdf7eb09beea93..d11de12e68f17af23e57eda2cf620eb96c255e8c 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_edittext.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..7d9cc1279b240237b279601e1d0d46d138246e57 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png 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_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_edittext.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..7d9cc1279b240237b279601e1d0d46d138246e57 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_edittext.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..7d9cc1279b240237b279601e1d0d46d138246e57 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_edittext.png 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_panel_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..7d9cc1279b240237b279601e1d0d46d138246e57 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..5b5f6fc79c628a635ffa0914d70bad7af50d4349 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.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 index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_edittext.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 index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.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 index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..1d109f2f635f393a2b1a4847518a862ed29fc315 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_edittext.png 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_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..1d109f2f635f393a2b1a4847518a862ed29fc315 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_edittext.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 index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.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 index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..1d109f2f635f393a2b1a4847518a862ed29fc315 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_edittext.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 index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.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 index b9930b55cc9e91001837be94660eb2016866e9b0..8c306ba85120bc2eceff05db5320f38cf9c7958b 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png index b978724a98f606e9cca32ba55ad52df3e78c959f..d8477b84cefff00725d3772e295dd151b2285036 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_edittext.png 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_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..c7c235691d3caa2bc3062a53c0cd7a16505de957 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png 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_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..1d109f2f635f393a2b1a4847518a862ed29fc315 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png 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_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..6c575debb1affb79c357ebfaf1f3168671c00348 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.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 index a938a5153ce93fe01e09ba434ea88d5172d92802..4b41717c40144e80d447e6e5a5242b379f33cc55 100644 Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/display_info.png b/tests/tests/holo/res/drawable-xxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..255c28fa0e5dc9ce0d78cabd51a4214cd125d01b Binary files /dev/null and b/tests/tests/holo/res/drawable-xxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..66cfc1c6854a7b457fe31c9bf9bf932aa367ae8c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..b29d7efbb39f49d6a740db9145c29b1c5cde7118 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..9eeea75d31e3438db4cc5b8aab81227de6d7bd30 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..c42356aec8a4fddc1eb620265de428baab162a6a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..e0840c02e27b85ca14beff110c45c101ae666826 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..150f2533f5cfa536fa7b8aac01b3d3929958816f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..e1ab413779802e5f023353b0440c5247165bac7c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..972deb3d2afed67758a7fbe8b8de46949b164427 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..a794685b2416c7dfc970795b5d617e9da2b24aa0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..42c6b85f8d87d008134638f522c45b2a03cb1926 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..ccb263ef24545945b0eefb4c9cf379f0d60dbf6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..c28064ce4569ef3d6d258b788c75b5b6199c9d65 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..7c2e552ec6a756654ccd19bc248a4dd38f40b45a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..4a8f9781dc6299328e029b99fb39cb11a196cd3d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..b8f3128194612caae014f14555dedab69aba5620 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..93cf3428e21a14ed2bc6106384c1519d8fb6d04f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..cfee7445fe49bea3818ee141f234e05689ab0972 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..df537210c5bdd8f9191c976e390af00785caff96 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..bff175e190731cb4963cee4baa72b5f61aaba65e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..25466cdbd8e42d4e44b4da8db8f8a9c712984560 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..63dab83a21cacd031de2b34efef6aa8203717030 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..d33f643f95223ad1ad8b7da97a45cecd21b7d74f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..3e0ebe039c534ed7b4b9019a5ea5db4806bfecc4 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..733b7ecebc5027e4a0c2e50db62d3a6313f77a86 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..4b8611c37e2aacbedde9634968383afecea3f064 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..5cb08f92e77bef420039fc31715eaf0faee3ae0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..50155c78b34d96de9c87dac8cc4edfc68ecbb371 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview.png index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..f51fe27a01238400009c2a344cbf9114e5535dbb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..d3f64b0fb7c1fbd59303e7e0fcf34eacf76365f8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..e085750ecae2839daa4ed00edcb2a86a15424c5f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..bb24e4d9d14645f4e26644e3a2f96b741b936cff 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..f9b0c0f9bd89f534faa5463ebaf3d8503211481b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..0563e58f9ba5d3f60f891624b43bd778a3326e97 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..dfe9d0bfda17d7ceec540e7e51bdaa52e6f6ec6c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..0a917bf66e74cbb2a3e9fc3b64fe2d2b1a8d8066 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_tabhost.png index 0131a09edb8148336f7759e7e4d75108c95e563f..fa8d49db7543221b5113605e64cf71d2c9ecf952 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..601c5239d4b6282b1b5bbcf917c6eed4bb1d2d5c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..571e196c556b6bb083a64714673fcda5a3e4fc6d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..7b4093ad8e59feade228d14e19e51fe3b600b57e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..e3241454a1cf11301a09e6bd8f3fafe042a87129 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..af0fcd6c945237354c1a2f22a3e2b983bb2ed66a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..0baf7ba8958536a8aaa971071895084966ecc8ad 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..8d07174dff327f5e6461c6f961e22d241ce23819 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..7c5fd4585f216a00cd7dd8fd761e2bea64b55f64 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..7edeab513e43146953f872655b04379e89be220b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..98cbd99bf8bce896a526a1f7b81e3f29b35e9ceb 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..8f9a8321b2b782f916971e4e1134c92dfb8b1d1c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..12543517542361c740ae9ed10c5e912ca6215004 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..0306efadada0c08d4092e9545095252dfb9a2cfd 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_chronometer.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..861a88bf5c2bafc405eca2e0ef08f0855258e44c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..2980ae02803ae7fcf48dc3ca3a4b11072bf44044 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..b7b55853af09bf51bbd71a0073c3bf5785278ce5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..1052ec9004df8f885f7b2c3737e798611a11bc0e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..5ae21be595d2897e6f62be980bdf931651460782 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..8a58e2e24ca04d22f10ee970469d8a06d975fbd0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..e48d8770119328cfadf0af821683aeef1be617f6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..c10e14c2aa7df58aa7e6c8e3aca90b325703fbab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..6c8ac68c13d3e95949c36990aa19fb97d1b831b8 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..37e12b8e230ec81d3a3e92f4fe1ebc545fd2f38e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..4b8d0c24f24f37e57bcfc102b1cb0e4b75249b45 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..e12aa546f206ed2720ffb9cf546d44a0b65bb58a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..d7233103dbbaf2298bd4d9494aacc428d569bc16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..14379f469a80fa96cc835f5d70be78ea1a1e5bb2 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..7775d3482cbcf65c201eb208103317e647069564 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..c8ae5aaea666926d0b2874cd81e68ab4fb561987 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_large.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..bf0654937698df9837e3455ef15036c3cdf8eeb0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_small.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..4ec280cce2d71197f1e188b1c3808d220e67c6ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..21e98a4a4d2bd5374323e83d11c5278946086f78 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..4957a5b1159eba069abd84f4e5cba0f40a88b5d0 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..545ddebc3c44323fb268c1c835ee921b93b4ecd5 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..a4dc230353e483b4adcdb716eb924c192134545e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a1529104448d255efdc199dfcab708aeb6abb01e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..39e7c2bff0418ad7b4b9a54a868a1039b808724e 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..c0c1c2076ddd6ef75479a3f54836d58be3bd170b 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..624efc669a5f5e198a4f02c59078cbc362ed81bc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..fbf55cf0ae9bbee019a000fc6c8ce4def893bccc 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview.png index 73c611fa76545934edbb35f56b198d0fe1312221..19b348483ab36601657200bab7a716e0b35c4824 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..91330027b8fd88ea69c2b48ac31a7a3911db710c 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..122c1fea5f2f1e5d5b05c883a5429afd146d38e3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..c37bf560a451050c18af6276cd5e2e74df7c926d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_0.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..fd40bb9b7d3b855aed031f4b4c8c83fba023888a 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_100.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..663f6e607228a1de87e9d6369ef2f7f4188e067f 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_50.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..4bfa4e88afcf4f2270d0360d6d4e0d836ccb67d1 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_spinner.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..b3eaa6c3e4ecfce42268ed579ccda89351cf10ab 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..b617b6b4c0b200f2438d8283f4ae08ec9b629ed3 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_tabhost.png index a07d0c6724ce923ce4baa88edaa73504ffd8bb93..b7de37f10516b19e2563834eb3fc2c40c796ea16 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_tabhost.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..bb71cb29cb317b5b90efd0d5e27c51b4a0654cb6 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..eefde4f14b1c2e00d0ff650b17001171155772ce 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_timepicker.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..858cb4c9d9f9cf0797a11c1089441ca2b3600108 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..584c38863542e9c1335db3b3c3436d51edf75f2d 100644 Binary files a/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/display_info.png b/tests/tests/holo/res/drawable-xxxhdpi/display_info.png new file mode 100644 index 0000000000000000000000000000000000000000..095382c396ff67f3d13880f89a3d717b354f2704 Binary files /dev/null and b/tests/tests/holo/res/drawable-xxxhdpi/display_info.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..652a5357f10dca8862314c65df6979e8d4b6e961 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..0af39ab852d4efbc439d272057c414cee6428cb1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..652a5357f10dca8862314c65df6979e8d4b6e961 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view_feb.png index 13fb427b6b8b13b837a37fd9c0e5be101ee69b38..0af39ab852d4efbc439d272057c414cee6428cb1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..652a5357f10dca8862314c65df6979e8d4b6e961 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..0af39ab852d4efbc439d272057c414cee6428cb1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view.png index a4807ef9870c2357f53354ad047bdafbd9d95cd3..652a5357f10dca8862314c65df6979e8d4b6e961 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..0af39ab852d4efbc439d272057c414cee6428cb1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_inputmethod_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..d372de61611a1d602359084077fc566a5d3c9199 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..ff7036f0b7387907054f9a8715d62864fa6f8cd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..d372de61611a1d602359084077fc566a5d3c9199 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..ff7036f0b7387907054f9a8715d62864fa6f8cd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_darkactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..d372de61611a1d602359084077fc566a5d3c9199 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..ff7036f0b7387907054f9a8715d62864fa6f8cd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..d372de61611a1d602359084077fc566a5d3c9199 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..ff7036f0b7387907054f9a8715d62864fa6f8cd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialog_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..d372de61611a1d602359084077fc566a5d3c9199 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..ff7036f0b7387907054f9a8715d62864fa6f8cd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button.png index c2006f9e7a7ae916bbab3fee7b16cbd9f199e64f..656d8ee42674f9e5438b6881e3d42c1d78ff5ce4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button_pressed.png index c4c4caee8164fc747aeafa12e0f6db99a1c01250..72bfd64b4524f0ef1850e4cc16251df91ab27882 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view.png index 05b0848a17e8993c011426af4de065e81392b0ef..33c179722a47141ac9e7f537471c3fdafc7f114b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view_feb.png index ec70a8ddea85e698f5159a0c4a37d847f675ca5e..b5988474940f8764444d75fc8680f4ec051bd467 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox.png index 617f42d569e6cef0bfe3aea9d12d30a66f82b2cf..a7f68b6c48e8ea4a31b03b3146a0ebe5cde62c5a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox_checked.png index fa1d1a35072934b0976f656f6f4d800e01693692..80e46be4cd7c5fd8bb5e4b439a1efb6889e6825f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_chronometer.png index 4c66b096a8f69451064f66a3135b51e7a1b27897..df5472d13d56839eea619d0db677b06ea9d1932c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_edittext.png index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..c3922c97c7322664abb4b1fc087eb2d179a338e9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_0.png index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..9313020373ddb698a5488a10ebc506bd31f32cde 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_100.png index 80d9c462776006196704742122e6406ef18c88c9..485cc981c9d695bd9c7f9467ef10b0545142bd5d 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_50.png index aaa84e282346d6fc3ad57fa801365ca8923482e0..fd0388fa4d5dff8a0e15ca7967b3e72296ee22f7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button.png index b75525b4dee21fc731a62efe4ab3419f0fa2dd77..2ae15704937410c26e6e0e971890cc82b6476856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button_checked.png index 1d43e1fc42b1c4c094ba90b2f460b90017e292be..59da2ac2628f32b965627243574c0ef62787cff8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_horizontal.png index 11ea86b1659f6f84ef068a3d29eabf559cd30789..256f5939df5550475668b58176080428066a9ea5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_vertical.png index f15070235543c3a3736e3b8988a8c680d481015c..60ef54c200ae4dba3ff4ca914c1114effcb288a4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0.png index 2f7f54f114ac0b873b5550d5f3e761a4c7636c8a..dd0780ac213afa95a6470deac1b15a4a9e32cab1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0_pressed.png index 27ed503fe073ffdd830694148b144b51a79a0eda..a0975186692fb606a5ed73b4018396bb229e20a6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5.png index 94f43b2cbd12a62d2bcd6c3a3d8bd8c0a2e1d1c4..9004c04649b2757ebbc3c52142acc7066754f60f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5_pressed.png index 0331d92cc0a90a2f52bfc7d25135be512122b18a..b62cc2099570443b7e7e8d30275798b967001606 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5.png index 026b058b8630c004d62b8891ea26347109188703..94889180295febb874d4575cb2f265efbfbc521e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5_pressed.png index f0a714b1686e839a1bc9bc9e55a911dababb3122..f6dce8bc45941f0454a8bcc8a29ebab8d1bff2ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview.png index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..b457f333f95475853a6ea09f8f1a68bf35196e19 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query.png index 0f86ea00203e7e70a55b57b64167246e436194fe..aec055a522126b5dc3e205315c392ef45decdfa7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query_hint.png index 56febfca77e1b0a17f13de148f6405c7c11a56d1..19ef7fb85574b3b252b2520c7b093e92297d3d10 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_0.png index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..eaf9ecf0d407228b0721166350ea7ed0104738cd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_50.png index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..79a51119a125fbeab45e13b60f831218b0953f39 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_spinner.png index 363dadc4afe81bb2123c46cbe392e0404b3f1c5b..b0ecb4b56fc1a348e8e38431f555cbdb99f39bc4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch.png index bc815051f75ed7067701ca34e2ed1983dfb95fb7..10814b7ea02478db4b74b042a477fc48b7e6ab25 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch_checked.png index f4f49e7ed44092868b198a5eb86c85a63dee58ac..4f2f234a88f4e3f79eb638c90246132a06edf412 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_tabhost.png index 7e44f5ee8fb02866e247d20eec49bbe1d25d8844..d6002cfe00eb87ab7a9d0698d0fc497582341045 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_textview.png index 4c7ccd0beaa7585263086258ff3a2ffa9539841c..8dcf3067583c8cee31354a8c69d5ae7c2cf25750 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_timepicker.png index 6653013542ba4b841a3d2ed6a536898a35e71b07..1ccb1747d47f914c3b7b9258661d2c511b778337 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button.png index 20048fe5337e9929a74ab804313f9818573705a4..5228006c7175442c63728731a16ad5a351b17a50 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button_checked.png index c0beb3e210b24e96b3662efeaabcf29012414916..9d6acaed36a3b48c224dc503fda6ca8168ad6a42 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_light_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_noactionbar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_panel_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..652a5357f10dca8862314c65df6979e8d4b6e961 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..0af39ab852d4efbc439d272057c414cee6428cb1 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button.png index ae89fd9a4ec68b825ea4cc78d063710fdd1079a3..9ad55ef8375cecef5cba79d9ac315c168ebef2e4 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png index 37157746d2bbb12180d9fe05c799ad72aae3f87f..81306f1489ca53fa248105d3a4f9cfa5cdb372e8 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_button_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png index 8422428e1e9f7c634fb455ef9620e46a03d6c3ca..130801433f5d65c85df033f68aec2741ef488dc6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index b9be06e9ac8bb6e33e0e43507aba412402fa41b5..d074d0217fc441071e244a64897bed6090ef6533 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png index 029a5a4f1f8cedb4dfd1d394bfebe76b799beed5..53747faab88c35729ed3d67bab56fcb7d3a71493 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png index 96556b701825023b2abd06282ac1232ce4cf35e3..d6d40d219b5491db15ce90e42a6e21f9c540b856 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png index b38da0f82e268052436f50ed3541443e8e3296cf..8760e6ca0f46dac043c47f9f75d9596da5caa331 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_chronometer.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 1f73a7371e1e32a56693d0ea6f5dce1bd12722f2..f32f0aba32fe568b242a76b01161a5706076794c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 9370aa858bceeafca7b32a8c80805b8ecceff0df..c3fdb3be0849a38855d5eaffe182f9f52dae18dd 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png index 6ca5182dd873099dfc29e60d110412477feed6ad..55db9cffec796a2b5cb4c7ce2f290bb59862ce59 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_blue_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png index e98d1ec464c05041adbee6d60e5e45a0425cf3a1..11f702d6eadfedde9f3972a131a7730b3e708d2a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png index a40262b5a78e79cde35829d223531619813b95f2..aa20d880b302273e6adbd3cca32637980c80da84 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_green_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3061ca21b7429b3b502c8e00c55b5c9ce7d03fe3..2201a9afcaad5419bdab5b50fb821f8c5494befb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 54b59fad2c75d423ffdc1b84ac56e60f85de3145..36e97001efeca6d352962d4322a847d99d074159 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_orange_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png index 89f1198693567884bae37b1bd86197b34f7df7f8..3aa65ad4fb2e66c3b587f4965a5e2558884c9f6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_purple.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png index f46b083dc60733989c7a393ead784335d5c93573..4efc0228597e331f5f6bf69220d79971268803fa 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_dark.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png index 0945dc9108fc1b0aa24acea716725e92c76ed89b..843e4f8802970d8e275dc3ff3f2fcb8b8b00700e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_color_red_light.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_edittext.png index a938a5153ce93fe01e09ba434ea88d5172d92802..6ef4633cff03f09ef2095e5e4e163373f75e024e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_edittext.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_edittext.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar.png index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..245ddd2ca95ad46806ac0095f352d94375771a15 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png index 736ce45accde621eb3394c42d47a9fcd5ac14215..965dbd1ad068157a419b3f50dcbc248fe716cc8f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png index 3f32757cb4269719d68c4f29b5786082f4c62a17..a166fda74296bfa59931997043e0adf067f060c6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png index b86fc682d9897992569323dac15e538b96290496..8bd64d7bc3dab9949492b790d7957bf8945aa65c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_horizontal_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_large.png index 98344af617cc1f83b7be31e161075a8c504faff7..5985c8126294e40fa41bf16e13a32fef243e4d6b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_large.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_large.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_small.png index 88ef97714d69053389d75ec189a6bcc6f5df3a18..1c738882aa4d8c2991d9e0188fdbb2d84f3f1549 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_small.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_progressbar_small.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button.png index 6f080b95a0768767767f29c32ed7f4ce8bcebf1d..fbdd345e55e749e3a9e94292985dbcd91ceaac18 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button_checked.png index 333092d2e10f5be65dd863706cf2ca637e876403..1b6c4bcd1fb98a577b52aada8856a8487240b7a9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radio_button_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png index 8da6bcc24b9a06e08a08f4ae1ef29df5e8d085af..06e2e82efccd0c1cd6b35bf3c65e18cf2438d35a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_horizontal.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_vertical.png index 33b87d6779e74d603ac8ce629aafc4d587581322..51d5826dee755234c6ccadeecfb24d0b7ac3391a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_vertical.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_radiogroup_vertical.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0.png index 223177b45898977d78de8d476d7935af519ce6c4..29e70c950e886c618da9205887ab1c335b2a9f3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png index a26c94fb65c24bbc4f19883d05285e3721307873..a56b6fc49ded6faf8d10f2a633f476fb364a4bd5 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_0_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5.png index a2e096744042041bd83659d9274bb6e80e6d260e..3c9c871d558e09924650b4790cd27b191b921a70 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png index da7cd839431ede16223465585f3e8daf3101975a..4fed7890a080813d92b7dd1536feee665f977e3b 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5.png index 60abbb32dcddbd44f175a5b81d6336ffe22fbaa5..a54d3b11429804aca4ee8331fab2b216f1e410ab 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png index c841bca7e0ed8ebc0c781253d1914f9a9066a315..3ca63be279f5e1d970f1cbd555d4c73de954b98a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_ratingbar_5_pressed.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview.png index 14df18c6de28f35de14739777a655f14e86ac532..22ee0dc6a653b25e490fd9c384fc1c5fc3cff33c 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query.png index 1ed1cb70e3a8bf4f221c7a0d43eeb8d4f63c4658..f3579089561b3d3d8d5ab85692146a18148e5fcb 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query_hint.png index a2922153ae7822959dcdbf5a0fdad2bacdc458e5..d067f1c33f8cb8b9d0aec44b3048f1e9a6c31682 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query_hint.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_searchview_query_hint.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_0.png index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..fa5d5c0ac28753f15462096d600c828e0a7caa07 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_0.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_0.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_100.png index b14235b26e6fe751976bc48fb96662da64c6746a..5b3d7a4a608d5d8c91e9d46581d6e6317ecf484a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_100.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_100.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_50.png index f9eea9999f138d950fc53d418f6402e53c0ec886..fb091941510477303a230f3ddb130f989a6707d9 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_50.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_seekbar_50.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_spinner.png index ba426d1f5fbfd26786db6aa88b11157b5606fa65..1791d39cf689e3e1ee1adefd3ba434cc633e94c7 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_spinner.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_spinner.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch.png index 10aab75fdc19cdd08de267036a7207995816ee97..9718fc074eed703521291027da0450be59b5d102 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch_checked.png index 307a97b08a3eff227f21af50b391db417b5872c8..4bc4b061538e051fcc2e12288062f9fd3586b44f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_switch_checked.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_tabhost.png index de89d29af02cc06ac394546aba0811863b1ff804..3cac2d2cb0e57ef8a97933856f3ef8a4fa04ece6 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_tabhost.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_tabhost.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_textview.png index 20056f0f0359bcfac97f6bfb81d8d59d287d89eb..fcb761b70e535ef37a189c85cb1b6288da72550a 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_textview.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_textview.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_timepicker.png index 396028ddd0100b8774d6e02071f41e8ab5a254ee..ecf23ac11130b5c5b86835d002effac8df1f082e 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_timepicker.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_timepicker.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button.png index 0658feaa6edf5d314adb36c83fafdd91b3f71380..2eb2ffc83fd7f0157ced1a986a9b1c50f2f4ee3f 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button.png differ diff --git a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button_checked.png index 6de89406a8b45deb2aea6678f485274ddd175cb9..5580a0cdc7c831aa5ab969b9ad42d84b873af002 100644 Binary files a/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button_checked.png and b/tests/tests/holo/res/drawable-xxxhdpi/holo_wallpaper_toggle_button_checked.png differ diff --git a/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java b/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java index 4ddc1873bf407f8a5e8fe569cfb0c5a8adc365d8..216238d1ea8bc504c5cbd54c17eddb2adb6636d9 100644 --- a/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java +++ b/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/BitmapAssets.java b/tests/tests/holo/src/android/holo/cts/BitmapAssets.java index e676a96708b363fc5de067a0f6120a154cf3a49b..9301d1e530ed74bea4bb49b873bfd9889ad86a5c 100644 --- a/tests/tests/holo/src/android/holo/cts/BitmapAssets.java +++ b/tests/tests/holo/src/android/holo/cts/BitmapAssets.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java b/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java index c496efe204c90e5e97c54b1acce1d8e54ee467e6..37d3e75604974af21d11fd97600b75ae054d2cb2 100644 --- a/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java +++ b/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java b/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java index a692b3d81ee8985afbc580188f00874eaccc2586..66ac27fe080757890f0dbf6d8285cfe5b02bd039 100644 --- a/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java +++ b/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. @@ -60,6 +60,9 @@ public class DisplayInfoActivity extends Activity { case DisplayMetrics.DENSITY_XHIGH: return "xdpi"; + case DisplayMetrics.DENSITY_400: + return "400dpi"; + case DisplayMetrics.DENSITY_XXHIGH: return "xxdpi"; diff --git a/tests/tests/holo/src/android/holo/cts/HoloTest.java b/tests/tests/holo/src/android/holo/cts/HoloTest.java index f3e7e63221688d5538c3f559b1de7ddd6fcf253a..d5a2e150fac63a4d7f2d8665dd37197a273d9bd9 100644 --- a/tests/tests/holo/src/android/holo/cts/HoloTest.java +++ b/tests/tests/holo/src/android/holo/cts/HoloTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java b/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java index 3092490c59b0a9b261b962194e83c9f35f192e6c..32e21d8e3a39fd05aae4cc748c62a6971d32b155 100644 --- a/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java +++ b/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java b/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java index 3a0e2af4a279567688b3e0c525a75fac21bc882f..6903875f1f5b278131acc47b196fc87355041a14 100644 --- a/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java +++ b/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/LayoutModifier.java b/tests/tests/holo/src/android/holo/cts/LayoutModifier.java index 8a9d41d2fb122aa23fce13e9638397d15010cf65..73e31480dcd025d01c081f698afb1e49a3ad76da 100644 --- a/tests/tests/holo/src/android/holo/cts/LayoutModifier.java +++ b/tests/tests/holo/src/android/holo/cts/LayoutModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java b/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java index f808d5901b76370f5ef529f604c437915df83851..8cef2d9289d5d33ce20d67bf9d45fb3b5e059b8b 100644 --- a/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java +++ b/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java b/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java index 89bf9ebce52ecd6677a726af815a94ea0c7782a8..16705d5ea1175e10e93996a09b25a1f1663bc506 100644 --- a/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java +++ b/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java b/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java index 104ac1dbddc3878721aadd484f04ac41cbf2d25e..660a6bfd6858e786d4c291af97611636fcc4d0e7 100644 --- a/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java +++ b/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java b/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java index afc0fbe642c985b03ad9b4f543f0774107404e75..4bb0a04ccc171601049dff297a18b99c9b1e2228 100644 --- a/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java +++ b/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java b/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java index 3c489abc52c2a1a9af386d8abd6509576e6d0086..c628f65af90c0fdd612196578f5fa7097d93cbc6 100644 --- a/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java +++ b/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java b/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java index 5fe5086889c124f4ae6dde6046d4e60c8144d725..e0b529fabf96e6b694fd5fa3020bc09896a26d31 100644 --- a/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java +++ b/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java b/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java index 60b4a15e057e109150b5c7077e84dface808e731..9ce5ab6d12b699387ec970a74bef734f754ee900 100644 --- a/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java +++ b/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java b/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java index 9ded4787746275e310e2da829fddf3acb822c6e6..ad6de0fa6da734c0160788fe22b7d33e6bf15ae2 100644 --- a/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java +++ b/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java b/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java index b21b83454ef9364d14f23187969a1570016afbc4..4f6742f425cf41a05a891589cce1e79fe2efc8c4 100644 --- a/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java +++ b/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/AbstractLayoutModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/AbstractLayoutModifier.java index 6c8b6016728ca2cb8b3e2445b70ed3c9de26a509..3f1d96bcaf99d6a38dc8c2370cd74b98b2aab4f1 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/AbstractLayoutModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/AbstractLayoutModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java index 1f4c1002b87756f9d5f2e01eb5c9b569298ac4b0..8512a5f70bec1cc4164375f024213d3810681813 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. @@ -79,4 +79,4 @@ public class AlertDialogBuilder implements DialogBuilder { return builder.show(); } -} \ No newline at end of file +} diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java index e27b6c16d0990da8fa2c8000d6e47f7a6e9531c8..a1a232cc48fe6187a379e1976fe903f2639c1a5e 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java index a828eb86c97f82f5fe5ccdda4696ef884db23899..bfaf197f87b37c9a1b9bd938fe2b2ce7dec26137 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java index 94712b5b81ef3eae60744291ab4c2ca1c248ce31..5cd1ad186c5737075111581661ed56fcfb4143aa 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. @@ -28,4 +28,4 @@ import android.view.View; interface DialogBuilder { Dialog buildDialog(View view); -} \ No newline at end of file +} diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java index 38167e0d32b4cd62ce56df8d7a816a2fc69afa0a..dc4e11f02f5b5f0e46007df0ee99301d8e76ec03 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressBarModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressBarModifier.java index ffb93fb42835fb3951e59b9fe2dc815a34e86877..0cf6fa3fa0bf13c018290d8280b37224483d0225 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressBarModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressBarModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java index b2c774443de47175aead6d3df2e6b7e0b76b73ea..ae5dd6ba4303680af5792363487c8a55479e7de4 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java index bbffa9e0073f0a5f8a19dc7d5f97da7c89eb6164..5c7386f5d5d4229b049777cc8fa1e7ef178b31d0 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java index 34f171ce6bea9427acecd862904f67693e770032..13fb5ac08ed165a231e9258c404eebeed3f70f65 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java index e9e13bb89bf4b26831e82779dbf534500cf050a0..832d130ab0f0df5b9b37295bfd90a30670e3c981 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java index 4be06dabe623ec1979141903331c33cb1bd5e8f1..e07d42ec0e000477b20bf5373124543ec43a3d71 100644 --- a/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java +++ b/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2014 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. diff --git a/tools/cts-holo-generation/Android.mk b/tools/cts-holo-generation/Android.mk new file mode 100644 index 0000000000000000000000000000000000000000..5f12ef07c4e612caf66e11c85708f0da4e4c9f71 --- /dev/null +++ b/tools/cts-holo-generation/Android.mk @@ -0,0 +1,34 @@ +# Copyright (C) 2014 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) +# and because it is in data, do not strip classes.dex +LOCAL_DEX_PREOPT := false +LOCAL_PROGUARD_ENABLED := disabled + +LOCAL_JAVA_LIBRARIES := android.test.runner + +LOCAL_SRC_FILES := $(call all-java-files-under, src) + +LOCAL_PACKAGE_NAME := CtsHoloGeneration + +LOCAL_SDK_VERSION := current + +include $(BUILD_PACKAGE) diff --git a/tools/cts-holo-generation/AndroidManifest.xml b/tools/cts-holo-generation/AndroidManifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..d7de89120d9e4e00b742052444eaf4e3c80659ef --- /dev/null +++ b/tools/cts-holo-generation/AndroidManifest.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + diff --git a/tools/cts-holo-generation/src/com/android/cts/holo_capture/CaptureActivity.java b/tools/cts-holo-generation/src/com/android/cts/holo_capture/CaptureActivity.java new file mode 100644 index 0000000000000000000000000000000000000000..48ba9c7e0aa18b2690d30bd7a787cb7e73bdc369 --- /dev/null +++ b/tools/cts-holo-generation/src/com/android/cts/holo_capture/CaptureActivity.java @@ -0,0 +1,51 @@ +/* + * Copyright (C) 2014 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.android.cts.holo_capture; + +import android.app.Activity; +import android.content.Intent; +import android.os.Bundle; +import android.util.Log; + +import java.util.concurrent.CountDownLatch; + +public class CaptureActivity extends Activity { + private static final String TAG = "CaptureActivity"; + private CountDownLatch mLatch = new CountDownLatch(1); + + public void waitForCompletion() throws InterruptedException { + mLatch.await(); + } + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + + Intent intent = new Intent(); + intent.setClassName("com.android.cts.holo", "android.holo.cts.ThemeTestActivity"); + intent.putExtra("task", 2); + intent.putExtra("layoutAdapterMode", 1); + int requestCode = 0; + startActivityForResult(intent, requestCode); + } + + @Override + protected void onActivityResult(int requestCode, int resultCode, Intent data) { + Log.i(TAG, "onActivityResult req:" + requestCode + " res:" + resultCode); + mLatch.countDown(); + } +} diff --git a/tools/cts-holo-generation/src/com/android/cts/holo_capture/CaptureHolo.java b/tools/cts-holo-generation/src/com/android/cts/holo_capture/CaptureHolo.java new file mode 100644 index 0000000000000000000000000000000000000000..cc68e1ce18adea4457c0c2b1d067ee5a04eccca5 --- /dev/null +++ b/tools/cts-holo-generation/src/com/android/cts/holo_capture/CaptureHolo.java @@ -0,0 +1,36 @@ +/* + * Copyright (C) 2014 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.android.cts.holo_capture; + +import android.app.KeyguardManager; +import android.content.Context; +import android.test.ActivityInstrumentationTestCase2; + +public class CaptureHolo extends ActivityInstrumentationTestCase2 { + public CaptureHolo() { + super(CaptureActivity.class); + } + + public void testCaptureHolo() throws InterruptedException { + setActivityInitialTouchMode(true); + CaptureActivity activity = getActivity(); + KeyguardManager keyguardManager = + (KeyguardManager) activity.getSystemService(Context.KEYGUARD_SERVICE); + keyguardManager.newKeyguardLock("holo_capture").disableKeyguard(); + activity.waitForCompletion(); + } +} diff --git a/tools/utils/rm_dup_holo_imgs.py b/tools/utils/rm_dup_holo_imgs.py new file mode 100755 index 0000000000000000000000000000000000000000..2464d0b73fb618e773d9df2448b8a1f117ec3560 --- /dev/null +++ b/tools/utils/rm_dup_holo_imgs.py @@ -0,0 +1,70 @@ +#!/usr/bin/env python +# +# Copyright (C) 2014 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. +# +import hashlib +import os +import subprocess +import sys + +densities = [ + "ldpi", + "mdpi", + "tvdpi", + "hdpi", + "xhdpi", + "400dpi", + "xxhdpi", + "xxxhdpi" +] + +# A script to find holo images which are duplicated in the landscape and +# portrait folder. The landscape images will then be deleted as Android will +# look up landscape resources in the portrait folder if it doesn't exist in the +# landscape folder. This will reduce the size of the Holo test case. +def main(argv): + run(True) + run(False) + +def run(sw): + for density in densities: + portDir = getDirName(density, sw, False) + landDir = getDirName(density, sw, True) + portrait = getAllHashes(portDir) + landscape = getAllHashes(landDir) + for f in portrait: + if f in landscape and landscape[f] == portrait[f]: + subprocess.call(["rm", landDir + "/" + f]) + +def getAllHashes(dirName): + files = {} + for f in os.listdir(dirName): + if f.endswith(".png"): + files[f] = getHash(open(dirName + "/" + f, 'rb')) + return files + +def getHash(f): + return hashlib.sha1(f.read()).hexdigest() + +def getDirName(density, sw, land): + name = "drawable-" + if sw: + name += "sw600dp-" + if land: + name += "land-" + return name + density + +if __name__ == '__main__': + main(sys.argv)